summaryrefslogtreecommitdiff
path: root/dgit-maint-debrebase.7.pod
diff options
context:
space:
mode:
Diffstat (limited to 'dgit-maint-debrebase.7.pod')
-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