X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=builtin%2Fbranch.c;h=3142daa57a6fa1c8a7d21095946bf5d26443d0e0;hb=3f6d56de5f99ec5f0667bef4411f2515b253a5b2;hp=d6ab93bfbb369965e76e384e6984a29b667cdfbe;hpb=25d33546d474c7c28b72013c262fc23337cb3b21;p=git.git diff --git a/builtin/branch.c b/builtin/branch.c index d6ab93bfb..3142daa57 100644 --- a/builtin/branch.c +++ b/builtin/branch.c @@ -19,7 +19,7 @@ static const char * const builtin_branch_usage[] = { "git branch [options] [-r | -a] [--merged | --no-merged]", "git branch [options] [-l] [-f] []", - "git branch [options] [-r] (-d | -D) ", + "git branch [options] [-r] (-d | -D) ...", "git branch [options] (-m | -M) [] ", NULL };