aboutsummaryrefslogtreecommitdiffstats
path: root/sh/may_execute_command.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/may_execute_command.sh')
-rwxr-xr-xsh/may_execute_command.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/may_execute_command.sh b/sh/may_execute_command.sh
index 90db52b..5aad4a3 100755
--- a/sh/may_execute_command.sh
+++ b/sh/may_execute_command.sh
@@ -2,7 +2,7 @@
set -e
# @describe Executes a shell command.
-# @option --command~ Command to execute, such as `ls -la`
+# @option --command! Command to execute, such as `ls -la`
main() {
eval "$argc_command"