mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Fix typos: ingnore->ignore
This commit is contained in:
parent
bb5608e920
commit
6663c73eb0
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ complete -c modprobe -s v -l verbose --description "Print messages about what th
|
|||
complete -c modprobe -s C -l config --description "Configuration file" -r
|
||||
complete -c modprobe -s c -l showconfig --description "Dump configuration file"
|
||||
complete -c modprobe -s n -l dry-run --description "Do not actually insert/remove module"
|
||||
complete -c modprobe -s i -l ingnore-install --description "Ignore install and remove commands in configuration file"
|
||||
complete -c modprobe -l ingnore-remove --description "Ignore install and remove commands in configuration file"
|
||||
complete -c modprobe -s i -l ignore-install --description "Ignore install and remove commands in configuration file"
|
||||
complete -c modprobe -l ignore-remove --description "Ignore install and remove commands in configuration file"
|
||||
complete -c modprobe -s q -l quiet --description "Ignore bogus module names"
|
||||
complete -c modprobe -s r -l remove --description "Remove modules"
|
||||
complete -c modprobe -s V -l version --description "Display version and exit"
|
||||
|
|
Loading…
Reference in a new issue