Add missing description key for repository get command

This commit is contained in:
Eduard Heimbuch
2022-05-17 10:02:34 +02:00
parent 8981a98064
commit b2751dc6a7
3 changed files with 3 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ import javax.inject.Inject;
@CommandLine.Command(name = "get")
class RepositoryGetCommand implements Runnable {
@CommandLine.Parameters(paramLabel = "namespace/name", index = "0")
@CommandLine.Parameters(paramLabel = "namespace/name", descriptionKey = "scm.repo.create.repository", index = "0")
private String repository;
@CommandLine.Mixin