From 154177f30d94ac572773b548c497885aef6b64af Mon Sep 17 00:00:00 2001 From: Ro Santalla Date: Tue, 18 Jun 2024 17:38:16 +0200 Subject: [PATCH] cmd/archive: specify the character name Co-authored-by: Oleg Bespalov --- cmd/archive.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/archive.go b/cmd/archive.go index 00c37c77ddf..319fb5c3ee0 100644 --- a/cmd/archive.go +++ b/cmd/archive.go @@ -63,7 +63,7 @@ func (c *cmdArchive) flagSet() *pflag.FlagSet { flags.AddFlagSet(runtimeOptionFlagSet(false)) flags.StringVarP( &c.archiveOut, "archive-out", "O", c.archiveOut, - "archive output filename. The special value - will cause the archive to be output to stdout.", + "archive output filename. Dash (-) is a reserved value that causes the archive to be output to stdout.", ) flags.BoolVarP( &c.excludeEnvVars,