Improve help message for "-y" flag to rec command

This commit is contained in:
Marcin Kulik
2014-09-07 12:00:01 +02:00
parent 04b86dd67f
commit 62f2fb7d2f

View File

@@ -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