From 4c7e97887296ebaa1afc416b8cf4939ae2104ea7 Mon Sep 17 00:00:00 2001 From: Hedzr Yeh Date: Sat, 2 Nov 2024 11:10:46 +0800 Subject: [PATCH] shorten default tail line --- cli/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/root.go b/cli/root.go index fa9d50b..31aaac5 100644 --- a/cli/root.go +++ b/cli/root.go @@ -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'...` )