summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-18 16:38:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-19 09:43:59 -0700
commit0c173ee9dca1fb60f33b4b0138914a0183dc4bd8 (patch)
tree762ac265647d5bcfc454e1ad2c54abe115f599d8
parent5508805cacec58328bb8c65e81f906c39c60fe1a (diff)
dgit-maint-debrebase(7): fix debrebase invocations
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--dgit-maint-debrebase.7.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/dgit-maint-debrebase.7.pod b/dgit-maint-debrebase.7.pod
index 1ff03b7..599b6c7 100644
--- a/dgit-maint-debrebase.7.pod
+++ b/dgit-maint-debrebase.7.pod
@@ -373,7 +373,7 @@ edit, re-order and delete patches. Run
=over 4
- % git debrebase
+ % git debrebase -i
=back
@@ -417,7 +417,7 @@ delta queue appears right at the tip of the branch you will push:
=over 4
- % git debrebase launder
+ % git debrebase
% dgit push-source
=back
@@ -538,11 +538,11 @@ package, but this should already be represented in your git history.)
=head2 Alternative ways to start a debrebase
Above we started an interactive debrebase by invoking git-debrebase(1)
-without any arguments, i.e.
+like this:
=over 4
- % git debrebase
+ % git debrebase -i
=back