Skip to content

Commit 51d856c

Browse files
committed
Fix description typo
1 parent 08ee00b commit 51d856c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmds/exec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ impl Command for ExecCommand {
4040
Arg::new("daily")
4141
.short('d')
4242
.long("daily")
43-
.help("Edit today's daily challenge")
43+
.help("Exec today's daily challenge")
4444
.action(ArgAction::SetTrue),
4545
)
4646
.group(

0 commit comments

Comments
 (0)