We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ee00b commit 51d856cCopy full SHA for 51d856c
src/cmds/exec.rs
@@ -40,7 +40,7 @@ impl Command for ExecCommand {
40
Arg::new("daily")
41
.short('d')
42
.long("daily")
43
- .help("Edit today's daily challenge")
+ .help("Exec today's daily challenge")
44
.action(ArgAction::SetTrue),
45
)
46
.group(
0 commit comments