We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c45f8 commit 4c2e918Copy full SHA for 4c2e918
1 file changed
cmd2.py
@@ -2785,7 +2785,8 @@ def do_alias(self, arglist):
2785
value - what the alias will be resolved to
2786
this can contain spaces and does not need to be quoted
2787
2788
- Without arguments, `alias' prints a list of all aliases in a resuable form
+ Without arguments, 'alias' prints a list of all aliases in a reusable form which
2789
+ can be outputted to a startup_script to preserve aliases across sessions.
2790
2791
Example: alias ls !ls -lF
2792
"""
0 commit comments