diff options
Diffstat (limited to 'src/cmd.c')
-rw-r--r-- | src/cmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -227,10 +227,10 @@ cmdstruct default_commands[] = "connect-id command\ttalk with a shell command"), C("speedwalk", cmd_speedwalk, "[speedwalk sequence]\texecute a speedwalk sequence explicitly"), - C("substitute", cmd_substitute, - "[string[=[text]]]\tdelete/list/define substitutions"), C("stop", cmd_stop, "\t\t\t\tremove all delayed commands from active list"), + C("substitute", cmd_substitute, + "[string[=[text]]]\tdelete/list/define substitutions"), C("time", cmd_time, "\t\t\t\tprint current time and date"), C("var", cmd_var, |