This is an automated email from the git hooks/post-receive script. periapt pushed a commit to branch master in repository devscripts.
commit 6c11ed4aafb068a1ed65883b27dc368840b9e889 Author: Nicholas Bamber <[email protected]> Date: Mon Dec 7 20:55:21 2015 +0000 bash completion update --- scripts/licensecheck.bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/licensecheck.bash_completion b/scripts/licensecheck.bash_completion index 5a8ee92..c9eccbc 100644 --- a/scripts/licensecheck.bash_completion +++ b/scripts/licensecheck.bash_completion @@ -17,7 +17,7 @@ _licensecheck() esac if [[ "$cur" == -* ]]; then - _options='--verbose --no-verbose --lines --ignore --recursive --tail --check --copyright --machine' + _options='--verbose --no-verbose --lines --ignore --recursive --tail --check --copyright --machine --skipped' if [[ "$prev" == licensecheck ]]; then _options+=' --no-conf' fi -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
