Skip to content

Commit

Permalink
shorten default tail line
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Nov 2, 2024
1 parent b13d013 commit 4c7e978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ func (c *RootCommand) Footer() string {
const (
defaultTailLine = `
Type '-h'/'-?' or '--help' to get command help screen.
More: '-D'/'--debug'['--env'|'--raw'|'--more'], '-V'/'--version', '-#'/'--build-info', '--no-color', '--strict-mode', '--no-env-overrides'...`
More: '-D'/'--debug', '-V'/'--version', '-#'/'--build-info', '--no-color'...`
)

0 comments on commit 4c7e978

Please sign in to comment.