mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-04 10:59:11 +02:00
Add missing description key for repository get command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user