[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 0524c838e46863c06bf254bb514628338d805ac8

Ville Skyttä ville.skytta at iki.fi
Mon Apr 13 17:37:26 UTC 2009


The following commit has been merged in the master branch:
commit 62660ae61a3ace4aeb3b89a6d268f253eda1a2a4
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Apr 13 20:34:08 2009 +0300

    Add --help to mkinitrd options completion.

diff --git a/to_review/mkinitrd b/to_review/mkinitrd
index 6eef1e4..021de4b 100644
--- a/to_review/mkinitrd
+++ b/to_review/mkinitrd
@@ -42,7 +42,7 @@ _mkinitrd()
 
 
 	if [[ "$cur" == -* ]]; then
-		COMPREPLY=( $( compgen -W '--version -v -f --preload \
+		COMPREPLY=( $( compgen -W '--version --help -v -f --preload \
 			--force-scsi-probe --omit-scsi-modules \
 			--omit-ide-modules --image-version --force-raid-probe \
 			--omit-raid-modules --with= --force-lvm-probe \

-- 
bash-completion



More information about the Bash-completion-commits mailing list