From: Junio C Hamano Date: Wed, 4 Nov 2015 22:20:44 +0000 (-0800) Subject: Merge branch 'es/worktree-add' into maint X-Git-Tag: v2.6.3~15 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d091031ce2d6bf8a8e9bc4d16acf426449c62a68?hp=fdca2bed90a7991f2a3afc6a463e45acb03487ac Merge branch 'es/worktree-add' into maint * es/worktree-add: worktree: usage: denote as optional with 'add' --- diff --git a/builtin/worktree.c b/builtin/worktree.c index 71bb770f7a..33d2d3705a 100644 --- a/builtin/worktree.c +++ b/builtin/worktree.c @@ -10,7 +10,7 @@ #include "refs.h" static const char * const worktree_usage[] = { - N_("git worktree add [] "), + N_("git worktree add [] []"), N_("git worktree prune []"), NULL };