Skip to content

Commit

Permalink
cmd/archive: specify the character name
Browse files Browse the repository at this point in the history
Co-authored-by: Oleg Bespalov <oleg.bespalov@grafana.com>
  • Loading branch information
roobre and olegbespalov authored Jun 18, 2024
1 parent cbeb8a2 commit 154177f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/archive.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 154177f

Please sign in to comment.