[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 7a9aaaf8f313694354c641689a1bd66262d53159

Ville Skyttä ville.skytta at iki.fi
Sat Apr 18 10:22:24 UTC 2009


The following commit has been merged in the master branch:
commit 97e40f4e0cf0fd0de78adc2d34a1efcdd7e5d002
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Apr 18 13:12:52 2009 +0300

    Add noserial to --quietmode completions.

diff --git a/to_review/smartctl b/to_review/smartctl
index 4005de9..4f8ddfb 100644
--- a/to_review/smartctl
+++ b/to_review/smartctl
@@ -6,7 +6,7 @@
 have smartctl && {
 _smartctl_quietmode()
 {
-	COMPREPLY=( $( compgen -W 'errorsonly silent' -- $cur ) )
+	COMPREPLY=( $( compgen -W 'errorsonly silent noserial' -- $cur ) )
 }
 _smartctl_device()
 {

-- 
bash-completion



More information about the Bash-completion-commits mailing list