summaryrefslogtreecommitdiff
path: root/completions/ant
diff options
context:
space:
mode:
Diffstat (limited to 'completions/ant')
-rw-r--r--completions/ant2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/ant b/completions/ant
index f4124293..d1ee16e7 100644
--- a/completions/ant
+++ b/completions/ant
@@ -21,7 +21,7 @@ _ant()
return 0
;;
-nice)
- COMPREPLY=( $( compgen -W '1 2 3 4 5 6 7 8 9 10' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W '{1..10}' -- "$cur" ) )
return 0
;;
-lib|-logger|-listener|-D|-inputhandler|-main)