about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2023-08-21 17:35:25 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2023-08-21 17:35:25 +0900
commitd36b9ae0dc4fdf3324f8d2ff66a174785a485932 (patch)
treedbfaa2f6d51201031fcc81f7bb76313124fe9602 /Completion
parent7233c7a750eb0a321a67281404b74b4ea0917384 (diff)
downloadzsh-d36b9ae0dc4fdf3324f8d2ff66a174785a485932.tar.gz
zsh-d36b9ae0dc4fdf3324f8d2ff66a174785a485932.tar.xz
zsh-d36b9ae0dc4fdf3324f8d2ff66a174785a485932.zip
52059 (+52070): _scons: fix for options --jobs and --question
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_scons4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_scons b/Completion/Unix/Command/_scons
index 77fe6dfb0..2e465216c 100644
--- a/Completion/Unix/Command/_scons
+++ b/Completion/Unix/Command/_scons
@@ -24,14 +24,14 @@ _arguments -s -S \
   '(--implicit-cache --implicit-deps-changed)--implicit-deps-changed[rescan dependencies]' \
   '(--implicit-cache --implicit-deps-unchanged)--implicit-deps-unchanged[ignore changes to scanned dependencies]' \
   '--interactive[start interactive mode]' \
-  '(-j --jobs)-'{j,jobs=}'[specify no of jobs to run in parallel]' \
+  '(-j --jobs)-'{j,-jobs=}'[specify no of jobs to run in parallel]:number of jobs' \
   '(-k --keep-going)-'{k,-keep-going}'[continue after an error]' \
   '--max-drift=[set the maximum clock drift]:drift (seconds)' \
   '--md5-chunksize=[set chunksize for MD5 signature computation]:size (kB)' \
   '(-n --just-print --dry-run --recon)-'{n,-just-print,-dry-run,-recon}"[print commands but don't run them]" \
   "--no-site-dir[don't use the usual site_scons directory]" \
   '--profile=[profile scons]:output file:_files' \
-  '(-q --question)-'{q,question}'[query whether up-to-date]' \
+  '(-q --question)-'{q,-question}'[query whether up-to-date]' \
   '-Q[suppress progress messages]' \
   '--random[build dependencies in random order]' \
   '(-s --silent --quiet)-'{s,-silent,-quiet}"[don't print commands]" \