[PATCH] branch: fix usage string for specific git-branch options
From: Ralf Thielow <hidden>
Date: 2016-06-15 23:05:47
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Ralf Thielow <hidden>
Date: 2016-06-15 23:05:47
Subsystem:
the rest · Maintainer:
Linus Torvalds
The usage string of git-branch shows generic options and specific options. However, the specific options are called "actions". Call them both options. Signed-off-by: Ralf Thielow <redacted> --- builtin/branch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builtin/branch.c b/builtin/branch.c
index 1d15037..709dfc4 100644
--- a/builtin/branch.c
+++ b/builtin/branch.c@@ -844,7 +844,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix) }, OPT__ABBREV(&abbrev), - OPT_GROUP(N_("Specific git-branch actions:")), + OPT_GROUP(N_("Specific git-branch options:")), OPT_SET_INT('a', "all", &kinds, N_("list both remote-tracking and local branches"), REF_REMOTE_BRANCH | REF_LOCAL_BRANCH), OPT_BIT('d', "delete", &delete, N_("delete fully merged branch"), 1),
--
2.5.0.rc2.379.ga7d8b34