Skip to content

Commit 539b80a

Browse files
authored
Fix Zsh completion (#2824)
1 parent 6b7b9b0 commit 539b80a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/general/summary/help.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@ package summary
33
var Usage = []string{"csm"}
44

55
func GetDescription() string {
6-
return `Generates a Summary of recorded CLI commands there were executed on the current machine.
7-
The report is generated in Markdown format and saved in the directory stored in the JFROG_CLI_COMMAND_SUMMARY_OUTPUT_DIR environment variable.
8-
`
6+
return `Generates a Summary of recorded CLI commands there were executed on the current machine. The report is generated in Markdown format and saved in the directory stored in the JFROG_CLI_COMMAND_SUMMARY_OUTPUT_DIR environment variable.`
97
}

docs/general/token/help.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ package token
33
var Usage = []string{"atc", "atc <username>"}
44

55
func GetDescription() string {
6-
return `Creates an access token. By default, an user-scoped token will be created.
7-
Administrator may provide the scope explicitly with '--scope', or implicitly with '--groups', '--grant-admin'.`
6+
return `Creates an access token. By default, an user-scoped token will be created. Administrator may provide the scope explicitly with '--scope', or implicitly with '--groups', '--grant-admin'.`
87
}
98

109
func GetArguments() string {

0 commit comments

Comments
 (0)