diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-16 18:10:25 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-16 18:10:25 -0400 |
commit | c4c3fb73bd8df9f9c398445dd9d8c02f37955ef4 (patch) | |
tree | ba5666ae95ea8bb2376a61cf42f13fa71cf83b27 | |
parent | e9819736efaf0263cc9e6198719bbda84b871555 (diff) | |
download | cmd2-git-c4c3fb73bd8df9f9c398445dd9d8c02f37955ef4.tar.gz |
Removed comma
-rw-r--r-- | docs/settingchanges.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/settingchanges.rst b/docs/settingchanges.rst index f919d8c8..f5ba16d4 100644 --- a/docs/settingchanges.rst +++ b/docs/settingchanges.rst @@ -53,7 +53,7 @@ Aliases In addition to shortcuts, ``cmd2`` provides a full alias feature via the ``alias`` command which is similar to the ``alias`` command in Bash. -The syntax to create an alias is, ``alias <name> <value>``. ``value`` can contain spaces and does not need +The syntax to create an alias is ``alias <name> <value>``. ``value`` can contain spaces and does not need to be quoted. Ex: ``alias ls !ls -lF`` If ``alias`` is run without arguments, then a list of all aliases will be printed to stdout and are in the proper |