diff options
author | Guido Günther <agx@sigxcpu.org> | 2014-09-13 12:53:15 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2014-09-13 12:53:15 +0200 |
commit | 51ac0a5a7026301704b92d8fd6affd098a1442b5 (patch) | |
tree | b956ac23cf42c7f40aae11207ca1c21408ce45b9 /docs/manpages/gbp-pq.sgml | |
parent | ee4447920b41cad774f1494c0e2b2312ca3a5a9a (diff) | |
download | git-buildpackage-51ac0a5a7026301704b92d8fd6affd098a1442b5.tar.gz git-buildpackage-51ac0a5a7026301704b92d8fd6affd098a1442b5.tar.bz2 git-buildpackage-51ac0a5a7026301704b92d8fd6affd098a1442b5.zip |
pq: document --drop
Diffstat (limited to 'docs/manpages/gbp-pq.sgml')
-rw-r--r-- | docs/manpages/gbp-pq.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/manpages/gbp-pq.sgml b/docs/manpages/gbp-pq.sgml index e0942083..f1afb04d 100644 --- a/docs/manpages/gbp-pq.sgml +++ b/docs/manpages/gbp-pq.sgml @@ -23,6 +23,7 @@ <arg><option>--[no-]patch-numbers</option></arg> <arg><option>--topic=</option><replaceable>topic</replaceable></arg> <arg><option>--time-machine=</option><replaceable>num</replaceable></arg> + <arg><option>--[no-]drop</option></arg> <arg><option>--force</option></arg> <group choice="plain"> <arg><option>drop</option></arg> @@ -157,6 +158,13 @@ </listitem> </varlistentry> <varlistentry> + <term><option>--[no-]drop</option></term> + <listitem> + <para>Whether to drop (delete) the patch queue branch after + a succesful export</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--force</option></term> <listitem> <para>In case of import even import if the branch already |