summaryrefslogtreecommitdiff
path: root/builtins/exec.def
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/exec.def')
-rw-r--r--builtins/exec.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtins/exec.def b/builtins/exec.def
index 9cf76d53..40dbd3ac 100644
--- a/builtins/exec.def
+++ b/builtins/exec.def
@@ -31,8 +31,8 @@ any redirections take effect in the current shell.
Options:
-a name pass NAME as the zeroth argument to COMMAND
- -c execute COMMAND with an empty environment
- -l place a dash in the zeroth argument to COMMAND
+ -c execute COMMAND with an empty environment
+ -l place a dash in the zeroth argument to COMMAND
If the command cannot be executed, a non-interactive shell exits, unless
the shell option `execfail' is set.