chiark / gitweb /
git-debrebase(1): Fix to say that noop is always ok for "quick"
[dgit.git] / git-debrebase
index 524631787575bb459556a696c92850e040a8b970..00d2f575a6d29361fdc7ddf397f0e1a9be7348db 100755 (executable)
@@ -1319,10 +1319,10 @@ sub cmd_stitch () {
     do_stitch($prose);
 }
 
-sub cmd_conclude () {
+sub cmd_quick () {
     badusage "no arguments allowed" if @ARGV;
-    do_launder_head 'launder for conclude';
-    do_stitch 'conclude';
+    do_launder_head 'launder for git-debrebase quick';
+    do_stitch 'quick';
 }
 
 sub cmd_convert_from_gbp () {