diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-01 18:11:08 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-01 18:11:08 +0200 | 
| commit | 08537d30ab636f3e8502d1ae7e0b37cbcb1f7a1f (patch) | |
| tree | 7a2a2c9704a0519ebbfd573a44ff88c52248bafd | |
| parent | 1d3984002ca72bf88c96d66724b6f19076ae0cc7 (diff) | |
_modprobe: Fix --dirname (requires an argument)
| -rw-r--r-- | etc/completions/_modprobe | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completions/_modprobe b/etc/completions/_modprobe index 1ce2aaf..aacbf9b 100644 --- a/etc/completions/_modprobe +++ b/etc/completions/_modprobe @@ -32,7 +32,7 @@ argument_postfix=(  	use-blacklist '[Apply blacklist commands to module names]'  	config        '[Change config directory/file]:file:_files]'  	showconfig    '[Dump current configuration]' -	dirname       '[Show module directory]' +	dirname       '[Set module directory]:module directory:_files -/'  	force         '[Force module insertion regardless of version issues]'  	ignore-install '[Ignore install and remove commands in the config]'  	list          '[List all matching modules]:wildcard'  | 
