diff --git a/builtin/worktree.c b/builtin/worktree.c index 69248ba0a3..8d85a8bc11 100644 --- a/builtin/worktree.c +++ b/builtin/worktree.c @@ -7,7 +7,7 @@ #include "sigchain.h" static const char * const worktree_usage[] = { - N_("git worktree add [] "), + N_("git worktree add [] []"), N_("git worktree prune []"), NULL };