summaryrefslogtreecommitdiff
path: root/builtins/command.def
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/command.def')
-rw-r--r--builtins/command.def8
1 files changed, 4 insertions, 4 deletions
diff --git a/builtins/command.def b/builtins/command.def
index 310b3599..1f7e272e 100644
--- a/builtins/command.def
+++ b/builtins/command.def
@@ -30,10 +30,10 @@ information about the specified COMMANDs. Can be used to invoke commands
on disk when a function with the same name exists.
Options:
- -p use a default value for PATH that is guaranteed to find all of
- the standard utilities
- -v print a description of COMMAND similar to the `type' builtin
- -V print a more verbose description of each COMMAND
+ -p use a default value for PATH that is guaranteed to find all of
+ the standard utilities
+ -v print a description of COMMAND similar to the `type' builtin
+ -V print a more verbose description of each COMMAND
Exit Status:
Returns exit status of COMMAND, or failure if COMMAND is not found.