This is an automated email from the git hooks/post-receive script. bdrung pushed a commit to branch master in repository devscripts.
commit 2e89d9cae9afad90958adb041f1c87fceeba87cc Author: Benjamin Drung <[email protected]> Date: Tue Jul 29 19:58:47 2014 +0200 Fix hyphen-used-as-minus-sign --- scripts/cowpoke.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/cowpoke.1 b/scripts/cowpoke.1 index df7fcda..7824bfd 100644 --- a/scripts/cowpoke.1 +++ b/scripts/cowpoke.1 @@ -95,7 +95,7 @@ chroot is first created (using the \fB\-\-create\fP option above). If multiple arguments need to be passed, this option should be specified separately for each of them. -eg. \fB\-\-create\-opts "--othermirror" \-\-create\-opts "deb http:// ..."\fP +eg. \fB\-\-create\-opts "\-\-othermirror" \-\-create\-opts "deb http:// ..."\fP This option will override any \fBCREATE_OPTS\fP specified for a chroot in the cowpoke configuration files. @@ -276,7 +276,7 @@ not be mangled before they get to cowbuilder. Bash arrays are initialised using the following form: - OPTS=( "arg1" "arg 2" "--option" "value" "--opt=val" "etc. etc." ) + OPTS=( "arg1" "arg 2" "\-\-option" "value" "\-\-opt=val" "etc. etc." ) .TP .IB arch _ dist _UPDATE_OPTS -- 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
