Re: [PATCH] branch: fix usage string for specific git-branch options

2015-07-17 Thread Junio C Hamano
Ralf Thielow writes: > The usage string of git-branch shows generic options and specific > options. However, the specific options are called "actions". > Call them both options. I think this is a valid problem to address, but I do not know if the proposed solution is the right one. Originally,

[PATCH] branch: fix usage string for specific git-branch options

2015-07-17 Thread Ralf Thielow
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 --- builtin/branch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/branch.c b/builtin/b