Skip to content

Commit 4c2e918

Browse files
committed
Updated comment
1 parent 39c45f8 commit 4c2e918

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmd2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2785,7 +2785,8 @@ def do_alias(self, arglist):
27852785
value - what the alias will be resolved to
27862786
this can contain spaces and does not need to be quoted
27872787
2788-
Without arguments, `alias' prints a list of all aliases in a resuable form
2788+
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.
27892790
27902791
Example: alias ls !ls -lF
27912792
"""

0 commit comments

Comments
 (0)