We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf5e47 commit c13aaa8Copy full SHA for c13aaa8
cmd2/cmd2.py
@@ -2283,7 +2283,7 @@ def alias_list(self, args: argparse.Namespace) -> None:
2283
" would for the actual command the alias resolves to.\n"
2284
"\n"
2285
"Examples:\n"
2286
- " alias ls !ls -lF\n"
+ " alias create ls !ls -lF\n"
2287
" alias create show_log !cat \"log file.txt\"\n"
2288
" alias create save_results print_results \">\" out.txt\n")
2289
0 commit comments