[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 4a2ba6a38d1af787fc0ecb3fa91d5135d38623b8
Ville Skyttä
ville.skytta at iki.fi
Sat Apr 18 10:34:42 UTC 2009
The following commit has been merged in the master branch:
commit 4a2ba6a38d1af787fc0ecb3fa91d5135d38623b8
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Sat Apr 18 13:34:07 2009 +0300
Add scttempint to --test.
diff --git a/to_review/smartctl b/to_review/smartctl
index 9c28250..a9fc68d 100644
--- a/to_review/smartctl
+++ b/to_review/smartctl
@@ -59,7 +59,8 @@ _smartctl_presets()
}
_smartctl_test()
{
- COMPREPLY=( $( compgen -W 'offline short long conveyance select afterselect,on afterselect,off pending' -- $cur ) )
+ COMPREPLY=( $( compgen -W 'offline short long conveyance select \
+ afterselect,on afterselect,off pending scttempint' -- $cur ) )
}
--
bash-completion
More information about the Bash-completion-commits
mailing list