summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-07-29 17:52:38 +0800
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-29 12:55:01 +0100
commit44e92d3f122f7d6afe7310a2c5264dde09a77cb8 (patch)
treed059cd0e1e62de98439fc5944b8132a1d3b4abd3
parent7da9437981df055fe8adc8c3732ed57ce4b53a4a (diff)
dgit-maint-debrebase(7): fix command to just launder
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--dgit-maint-debrebase.7.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit-maint-debrebase.7.pod b/dgit-maint-debrebase.7.pod
index 6223e87..685a6b2 100644
--- a/dgit-maint-debrebase.7.pod
+++ b/dgit-maint-debrebase.7.pod
@@ -619,7 +619,7 @@ using git-rebase(1) directly. For example,
=over 4
- % git debrebase launder
+ % git debrebase
% git rebase -i HEAD~5 # there are 4 Debian patches
=back