Skip to content

Commit e174e23

Browse files
committed
Fix incorrect example in alias help message
1 parent 740bf75 commit e174e23

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
@@ -2251,7 +2251,7 @@ def alias_list(self, args: argparse.Namespace) -> None:
22512251
" would for the actual command the alias resolves to.\n"
22522252
"\n"
22532253
"Examples:\n"
2254-
" alias ls !ls -lF\n"
2254+
" alias create ls !ls -lF\n"
22552255
" alias create show_log !cat \"log file.txt\"\n"
22562256
" alias create save_results print_results \">\" out.txt\n")
22572257

0 commit comments

Comments
 (0)