mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
Fix make -j description
This commit is contained in:
parent
181ce4a6b6
commit
07c8608034
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue