This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 5547cfa0527e04dac1b5880a7ac35de7289d0be1 Author: James McCoy <[email protected]> Date: Thu Apr 30 23:20:13 2015 -0400 mergechanges: Document -i in help output Signed-off-by: James McCoy <[email protected]> --- scripts/mergechanges.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/mergechanges.sh b/scripts/mergechanges.sh index 439aa95..0be26e0 100755 --- a/scripts/mergechanges.sh +++ b/scripts/mergechanges.sh @@ -25,10 +25,12 @@ PROGNAME=`basename $0` usage () { echo \ -"Usage: $PROGNAME [-h|--help|--version] [-f] <file1> <file2> [<file> ...] +"Usage: $PROGNAME [-h|--help|--version] [-i|--indep] [-f] <file1> <file2> [<file> ...] Merge the changes files <file1>, <file2>, .... Output on stdout unless -f option given, in which case, output to - <package>_<version>_multi.changes in the same directory as <file1>." + <package>_<version>_multi.changes in the same directory as <file1>. + If -i is given, only source and architecture-independent packages + are included in the output." } version () { -- 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
