diff --git a/builtin/worktree.c b/builtin/worktree.c index 78d26902a..d281f6d88 100644 --- a/builtin/worktree.c +++ b/builtin/worktree.c @@ -12,7 +12,7 @@ #include "worktree.h" static const char * const worktree_usage[] = { - N_("git worktree add [] "), + N_("git worktree add [] []"), N_("git worktree prune []"), N_("git worktree list []"), NULL