mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
Improve flag descriptions
This commit is contained in:
@@ -35,14 +35,14 @@ func (c *RecordCommand) RegisterFlags(flags *flag.FlagSet) {
|
||||
&c.Command,
|
||||
"c",
|
||||
defaultRecCommand(c.Cfg.Record.Command),
|
||||
"command to record, defaults to $SHELL",
|
||||
"command to record",
|
||||
)
|
||||
|
||||
flags.StringVar(
|
||||
&c.Title,
|
||||
"t",
|
||||
"",
|
||||
"set title of the asciicast",
|
||||
"set asciicast title",
|
||||
)
|
||||
|
||||
flags.BoolVar(
|
||||
@@ -56,7 +56,7 @@ func (c *RecordCommand) RegisterFlags(flags *flag.FlagSet) {
|
||||
&c.MaxWait,
|
||||
"max-wait",
|
||||
0,
|
||||
"...",
|
||||
"reduce recorded terminal inactivity to maximum of <max-wait> seconds (0 turns off)",
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user