From: Junio C Hamano Date: Thu, 15 Feb 2018 22:55:40 +0000 (-0800) Subject: Merge branch 'jc/worktree-add-short-help' X-Git-Tag: v2.17.0-rc0~101 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cc7655a5a3465ccce2c84379721dd1cbdd57faa9?hp=a66b51c624d9d8700b57646322d23231d01b9be8 Merge branch 'jc/worktree-add-short-help' 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 []"),