aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/seq.fish
diff options
context:
space:
mode:
authorGravatar SanskritFritz <SanskritFritz+github@gmail.com>2012-10-02 23:22:40 +0200
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-10-02 17:54:30 -0700
commit956f99365a2bd19bba1ee0e7713a5798b802d83c (patch)
treed8dc330ca24e4fabf4dfbaba7d3bc9570ef36730 /share/completions/seq.fish
parent99044151449b61ea7b7f267eb9b7f339b804acdd (diff)
Some new completions and modified some others.
Diffstat (limited to 'share/completions/seq.fish')
-rw-r--r--share/completions/seq.fish13
1 files changed, 7 insertions, 6 deletions
diff --git a/share/completions/seq.fish b/share/completions/seq.fish
index 6a4fb617..2d4b2903 100644
--- a/share/completions/seq.fish
+++ b/share/completions/seq.fish
@@ -1,7 +1,8 @@
-complete -c seq -x
-complete -c seq -s f -l format -x -d 'use printf style floating-point FORMAT'
-complete -c seq -s s -l separator -x -d 'use STRING to separate numbers (default: \n)'
-complete -c seq -s w -l equal-width -d 'equalize width by padding with leading zeroes'
-complete -c seq -l help -d 'display this help and exit'
-complete -c seq -l version -d 'output version information and exit'
+# Completions for seq.
+# Author: SanskritFritz (gmail)
+complete -c seq -s f -l format -d 'Use printf style floating-point FORMAT'
+complete -c seq -s s -l separator -d 'Use STRING to separate numbers'
+complete -c seq -s w -l equal-width -d 'Equalize width with leading zeroes'
+complete -c seq -l help -d 'Display this help'
+complete -c seq -l version -d 'Output version information'