aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/set_color.fish
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-09-17 10:17:48 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-09-17 10:17:48 +0800
commiteb40baacfc74b7962eeef3d25ccea0046f5ec1ef (patch)
tree220ad9bde88eac1001412b1f38beddca7fe72222 /share/completions/set_color.fish
parent133ba6e01b5fe1fc87d0278300af9c367653c4b9 (diff)
update completions for builtin commands
Diffstat (limited to 'share/completions/set_color.fish')
-rw-r--r--share/completions/set_color.fish2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/completions/set_color.fish b/share/completions/set_color.fish
index 09bf1218..55ea4b1e 100644
--- a/share/completions/set_color.fish
+++ b/share/completions/set_color.fish
@@ -2,7 +2,5 @@ complete -c set_color -x --description "Color" -a '(set_color --print-colors)'
complete -c set_color -s b -l background -x -a '(set_color --print-colors)' --description "Change background color"
complete -c set_color -s o -l bold --description 'Make font bold'
complete -c set_color -s u -l underline --description 'Underline text'
-complete -c set_color -s v -l version --description 'Display version and exit'
complete -c set_color -s h -l help --description 'Display help and exit'
complete -c set_color -s c -l print-colors --description 'Print a list of all accepted color names'
-