diff options
author | Nikolai Weibull <mailing-lists.git@rawuncut.elitemail.org> | 2005-12-09 00:28:05 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-08 15:50:14 -0800 |
commit | d4ce5f7e508c0a52aea2938cf2f7e25bf62eec3a (patch) | |
tree | eaee4952908006b3041b5abd7178bb1caf65a4d8 /show-branch.c | |
parent | 674b28085e89c3be37d07063b253069101669b55 (diff) | |
download | git-d4ce5f7e508c0a52aea2938cf2f7e25bf62eec3a.tar.gz |
Add documentation for the --topo-order option to git-show-branch.
Signed-off-by: Nikolai Weibull <nikolai@bitwi.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'show-branch.c')
-rw-r--r-- | show-branch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/show-branch.c b/show-branch.c index 3cb335d68b..ab158eb7d0 100644 --- a/show-branch.c +++ b/show-branch.c @@ -5,7 +5,7 @@ #include "refs.h" static const char show_branch_usage[] = -"git-show-branch [--all] [--heads] [--tags] [--more=count | --list | --independent | --merge-base ] [<refs>...]"; +"git-show-branch [--all] [--heads] [--tags] [--topo-order] [--more=count | --list | --independent | --merge-base ] [<refs>...]"; #define UNINTERESTING 01 |