docs/cmds/alias: Fix emphasis

This commit is contained in:
Fabian Homborg 2019-03-29 20:15:59 +01:00
parent 21bac8428e
commit 408c555bd6

View File

@ -19,7 +19,7 @@ Description
- ``NAME`` is the name of the alias
- ``DEFINITION`` is the actual command to execute. The string ``$argv`` will be appended.
You cannot create an alias to a function with the same name. Note that spaces need to be escaped in the call to ``alias`` just like at the command line, _even inside quoted parts_.
You cannot create an alias to a function with the same name. Note that spaces need to be escaped in the call to ``alias`` just like at the command line, *even inside quoted parts*.
The following options are available: