summaryrefslogtreecommitdiff
path: root/builtins/alias.def
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/alias.def')
-rw-r--r--builtins/alias.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtins/alias.def b/builtins/alias.def
index d760cebe..d720ee4b 100644
--- a/builtins/alias.def
+++ b/builtins/alias.def
@@ -33,7 +33,7 @@ A trailing space in VALUE causes the next word to be checked for
alias substitution when the alias is expanded.
Options:
- -p Print all defined aliases in a reusable format
+ -p print all defined aliases in a reusable format
Exit Status:
alias returns true unless a NAME is supplied for which no alias has been
@@ -160,7 +160,7 @@ $SHORT_DOC unalias [-a] name [name ...]
Remove each NAME from the list of defined aliases.
Options:
- -a remove all alias definitions.
+ -a remove all alias definitions
Return success unless a NAME is not an existing alias.
$END