diff --git a/docs/general/summary/help.go b/docs/general/summary/help.go index 6bb556945..f53eafd52 100644 --- a/docs/general/summary/help.go +++ b/docs/general/summary/help.go @@ -3,7 +3,5 @@ package summary var Usage = []string{"csm"} func GetDescription() string { - 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. -` + 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.` } diff --git a/docs/general/token/help.go b/docs/general/token/help.go index 07d65ef51..d7dc4124d 100644 --- a/docs/general/token/help.go +++ b/docs/general/token/help.go @@ -3,8 +3,7 @@ package token var Usage = []string{"atc", "atc "} func GetDescription() string { - 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'.` + 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'.` } func GetArguments() string {