diff options
author | Guido Günther <agx@sigxcpu.org> | 2014-10-17 13:01:34 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2014-10-17 14:14:09 +0200 |
commit | 740e431fc4113be86df6bf87bb8a0a7167f583f3 (patch) | |
tree | a7595b69a664e54692a3a9c9a20d7ec7c3ad500c | |
parent | 81dab4be2a8941767b524af79ca22991c0dce109 (diff) | |
download | git-buildpackage-740e431fc4113be86df6bf87bb8a0a7167f583f3.tar.gz git-buildpackage-740e431fc4113be86df6bf87bb8a0a7167f583f3.tar.bz2 git-buildpackage-740e431fc4113be86df6bf87bb8a0a7167f583f3.zip |
man: fix option argument for --git-pbuilder-options
-rw-r--r-- | docs/manpages/gbp-buildpackage.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manpages/gbp-buildpackage.sgml b/docs/manpages/gbp-buildpackage.sgml index 42e6fc78..0e5561ef 100644 --- a/docs/manpages/gbp-buildpackage.sgml +++ b/docs/manpages/gbp-buildpackage.sgml @@ -36,7 +36,7 @@ <arg><option>--git-dist=</option><replaceable>DIST</replaceable></arg> <arg><option>--git-arch=</option><replaceable>ARCH</replaceable></arg> <arg><option>--git-[no-]pbuilder-autoconf</option></arg> - <arg><option>--git-pbuilder-options</option></arg> + <arg><option>--git-pbuilder-options</option>=<replaceable>PBUILDER_OPTIONS</replaceable></arg> <arg><option>--git-[no-]sign-tags</option></arg> <arg><option>--git-keyid=</option><replaceable>GPG-KEYID</replaceable></arg> <arg><option>--git-posttag=</option><replaceable>COMMAND</replaceable></arg> |