bash-completion: Add -S,-SP options arguments completion

This commit is contained in:
Igor Murzov 2013-07-30 02:32:17 +04:00
parent c18117a129
commit 351fd63ef5
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ _ctest()
return
;;
-S|--script|-SP|--script-new-process)
# FIXME ?
_filedir '@(cmake|ctest)'
return
;;
--interactive-debug-mode)