Skip to content

Commit c13aaa8

Browse files
committed
Fixed documentation
1 parent baf5e47 commit c13aaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2283,7 +2283,7 @@ def alias_list(self, args: argparse.Namespace) -> None:
22832283
" would for the actual command the alias resolves to.\n"
22842284
"\n"
22852285
"Examples:\n"
2286-
" alias ls !ls -lF\n"
2286+
" alias create ls !ls -lF\n"
22872287
" alias create show_log !cat \"log file.txt\"\n"
22882288
" alias create save_results print_results \">\" out.txt\n")
22892289

0 commit comments

Comments
 (0)