mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Fix make -j description
This commit is contained in:
parent
181ce4a6b6
commit
07c8608034
@ -40,7 +40,7 @@ complete -c make -s d -d "Debug mode"
|
||||
complete -c make -s e -d "Environment before makefile"
|
||||
complete -c make -s i -d "Ignore errors"
|
||||
complete -x -c make -s I -d "Search directory for makefile" -a "(__fish_complete_directories (commandline -ct))"
|
||||
complete -f -c make -s j -d "Number of concurrent jobs (default: 1 per CPU)"
|
||||
complete -f -c make -s j -d "Number of concurrent jobs (no argument means no limit)"
|
||||
complete -c make -s k -d "Continue after an error"
|
||||
complete -c make -s l -d "Start when load drops"
|
||||
complete -c make -s n -d "Do not execute commands"
|
||||
|
Loading…
x
Reference in New Issue
Block a user