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

View File

@@ -68,6 +68,7 @@ repoInvalidInput= Invalid input. Use namespace/name
### Get repo
scm.repo.get.usage.description.0 = Returns repository-related information
scm.repo.get.repository = Repository namespace/name
### List repo
scm.repo.list.usage.description.0 = List all repositories on server

View File

@@ -78,6 +78,7 @@ repoInvalidInput= Ung
### Get repo
scm.repo.get.usage.description.0 = Liefert Informationen zum Repository
scm.repo.get.repository = Repository Namespace/Name
### List repo
scm.repo.list.usage.description.0 = Listet alle Repositories