This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts.
commit 47184c9eadb72403dfa9c51492ee8fcb27a72580 Author: Osamu Aoki <[email protected]> Date: Thu Mar 3 21:28:10 2016 +0900 uscan: fix documentation over --dehs STDERR and STDOUT were swapped. --- scripts/uscan.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/uscan.pl b/scripts/uscan.pl index f7d21c7..c20bd5b 100755 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -1229,8 +1229,8 @@ web pages as processed to STDERR for debugging. =item B<--dehs> -Send DEHS style output (XML-type) to STDERR, while -send all other uscan output to STDOUT. +Send DEHS style output (XML-type) to STDOUT, while +send all other uscan output to STDERR. =item B<--no-dehs> @@ -1764,8 +1764,8 @@ Options: --verbose, -v Report verbose information. --debug, -vv Report verbose information including the downloaded web pages as processed to STDERR for debugging. - --dehs Send DEHS style output (XML-type) to STDERR, while - send all other uscan output to STDOUT. + --dehs Send DEHS style output (XML-type) to STDOUT, while + send all other uscan output to STDERR. --no-dehs Use only traditional uscan output format (default) --download, -d Download the new upstream release (default) -- 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
