[devscripts] 01/01: ucan.bash_completion: add new option

Osamu Aoki osamu at moszumanska.debian.org
Mon Nov 16 14:44:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

osamu pushed a commit to branch master
in repository devscripts.

commit b0da1e38d1f559503d3abcae77dc577a64e79280
Author: Osamu Aoki <osamu at debian.org>
Date:   Mon Nov 16 23:43:05 2015 +0900

    ucan.bash_completion: add new option
---
 scripts/uscan.bash_completion | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/scripts/uscan.bash_completion b/scripts/uscan.bash_completion
index f102b34..a609153 100644
--- a/scripts/uscan.bash_completion
+++ b/scripts/uscan.bash_completion
@@ -9,13 +9,15 @@ _uscan_completion () {
     local cur="${COMP_WORDS[COMP_CWORD]}"
     local prev="${COMP_WORDS[COMP_CWORD-1]}"
 
-    local opts="--help --verbose"
-    opts+=" --download --report --report-status"
-    opts+=" --no-download --force-download"
-    opts+=" --upstream-version --download-version --download-current-version"
+    local opts="--help --verbose -v"
+    opts+=" --download --safe --report --report-status"
+    opts+=" --signature --no-signature --skip-signature"
+    opts+=" --no-download --force-download -dd --overwrite-download -ddd"
+    opts+=" --upstream-version --download-version --download-debversion"
+    opts+=" --download-current-version --bare"
     opts+=" --check-dirname-level --check-dirname-regex"
     opts+=" --no-pasv --pasv --timeout --user-agent --useragent"
-    opts+=" --no-verbose --verbose --debug --no-dehs --dehs"
+    opts+=" --no-verbose --verbose --debug -vv --no-dehs --dehs"
     opts+=" --no-conf --noconf --watchfile --destdir"
     opts+=" --package --no-exclusion"
     opts+=" --symlink --rename --repack --compression --copyright-file"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list