aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/modprobe.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/modprobe.fish')
-rw-r--r--share/completions/modprobe.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/modprobe.fish b/share/completions/modprobe.fish
index e6625ab3..f36af1c6 100644
--- a/share/completions/modprobe.fish
+++ b/share/completions/modprobe.fish
@@ -15,7 +15,7 @@ complete -c modprobe -s V -l version --description "Display version and exit"
complete -c modprobe -s f -l force --description "Ignore all version information"
complete -c modprobe -l force-vermagic --description "Ignore version magic information"
complete -c modprobe -l force-modversion --description "Ignore module interface version"
-complete -c modprobe -s l -l list --description "List all modules matching the given wildcard"
+complete -c modprobe -s l -l list --description "List all modules matching the given wildcard"
complete -c modprobe -s a -l all --description "Insert modules matching the given wildcard"
complete -c modprobe -s t -l type --description "Restrict wildcards to specified directory"
complete -c modprobe -s s -l syslog --description "Send error messages through syslog"