summaryrefslogtreecommitdiff
path: root/git-debrebase
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-11-08 00:35:03 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-11-08 00:35:03 +0000
commit2b1e66e1a083c6304c83d7582248e0972122ec4d (patch)
tree4480e59090be9b6a68d549028b84e1fcdb26e326 /git-debrebase
parent9e8a8c1d5abdbdbbe8f7edffd9b3de6ba5edbb4d (diff)
git-debrebase: usage message: Mention only convert-from-*
There is convert-from-dgit-view which was not mentioned, and we're going to make another one in a moment. We don't want to list the whole lot here. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'git-debrebase')
-rwxr-xr-xgit-debrebase2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-debrebase b/git-debrebase
index 5e8a8bb..fee793c 100755
--- a/git-debrebase
+++ b/git-debrebase
@@ -47,7 +47,7 @@ usages:
git-debrebase [<options>] prepush [--prose=...]
git-debrebase [<options>] quick|conclude
git-debrebase [<options>] new-upstream <new-version> [<details ...>]
- git-debrebase [<options>] convert-from-gbp [<upstream-commitish>]
+ git-debrebase [<options>] convert-from-* ...
...
See git-debrebase(1), git-debrebase(5), dgit-maint-debrebase(7) (in dgit).
END