From: Junio C Hamano Date: Thu, 22 Mar 2018 21:24:17 +0000 (-0700) Subject: Merge branch 'jc/worktree-add-short-help' into maint X-Git-Tag: v2.16.3~15 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e55521be8d2606b4b513d25459d8b97a0ff8a50e?hp=9c34129e6bd124ae0ec34fb4ace3fa00e22fded7 Merge branch 'jc/worktree-add-short-help' into maint Error message fix. * jc/worktree-add-short-help: worktree: say that "add" takes an arbitrary commit in short-help --- diff --git a/builtin/worktree.c b/builtin/worktree.c index 7cef5b120b..9efdc22466 100644 --- a/builtin/worktree.c +++ b/builtin/worktree.c @@ -14,7 +14,7 @@ #include "worktree.h" static const char * const worktree_usage[] = { - N_("git worktree add [] []"), + N_("git worktree add [] []"), N_("git worktree list []"), N_("git worktree lock [] "), N_("git worktree prune []"),