mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Improve help message for "-y" flag to rec command
This commit is contained in:
@@ -37,7 +37,7 @@ func Record(flags *flag.FlagSet, cfg *util.Config) cli.Command {
|
|||||||
&command.NoConfirm,
|
&command.NoConfirm,
|
||||||
"y",
|
"y",
|
||||||
false,
|
false,
|
||||||
"don't ask for upload confirmation",
|
"upload without asking for confirmation",
|
||||||
)
|
)
|
||||||
|
|
||||||
return &command
|
return &command
|
||||||
|
|||||||
Reference in New Issue
Block a user