aboutsummaryrefslogtreecommitdiffhomepage
path: root/init
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-03 10:39:35 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-03 10:39:35 +1000
commit847b6daa34a6f3f5b522cd8d60212d2ce3679760 (patch)
tree64749194e8a875dc81ff0a6e3e76d3650675aa0e /init
parent807a0b8dbd9e59ce3ca97e2a531884b629e4b053 (diff)
Minor fix for completions for status builtin
darcs-hash:20060203003935-ac50b-fd3e5b642cdca5631f36942309b017ebbaa63cb2.gz
Diffstat (limited to 'init')
-rw-r--r--init/completions/status.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/completions/status.fish b/init/completions/status.fish
index 01d7a115..8f6fcc14 100644
--- a/init/completions/status.fish
+++ b/init/completions/status.fish
@@ -6,5 +6,5 @@ complete -c status -l is-login -d (_ "Test if this is a login shell")
complete -c status -l is-full-job-control -d (_ "Test if all new jobs are put under job control")
complete -c status -l is-interactive-job-control -d (_ "Test if only interactive new jobs are put under job control")
complete -c status -l is-no-job-control -d (_ "Test if new jobs are never put under job control")
-complete -c status -s j -l job-control -a "full interactive none" -d (_ "Set which jobs are out under job control")
+complete -c status -s j -l job-control -xa "full interactive none" -d (_ "Set which jobs are out under job control")
complete -c status -s t -l print-stack-trace -d (_ "Print a list of all function calls leading up to running the current command")