]> git.ipfire.org Git - thirdparty/git.git/commitdiff
builtin/worktree.c: convert tab in advice to space
authorJacob Abel <jacobabel@nullpo.dev>
Wed, 26 Jul 2023 21:42:24 +0000 (21:42 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Jul 2023 21:49:02 +0000 (14:49 -0700)
Signed-off-by: Jacob Abel <jacobabel@nullpo.dev>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/worktree.c

index 5f620843341a9cc26d0c99f35080ad2bd2b68e41..8a94ab3c5ac85e899994f31abd7b7ce081218be7 100644 (file)
        "(branch with no commits) for this repository, you can do so\n" \
        "using the --orphan flag:\n" \
        "\n" \
-       "       git worktree add --orphan -b %s %s\n")
+       "    git worktree add --orphan -b %s %s\n")
 
 #define WORKTREE_ADD_ORPHAN_NO_DASH_B_HINT_TEXT \
        _("If you meant to create a worktree containing a new orphan branch\n" \
        "(branch with no commits) for this repository, you can do so\n" \
        "using the --orphan flag:\n" \
        "\n" \
-       "       git worktree add --orphan %s\n")
+       "    git worktree add --orphan %s\n")
 
 static const char * const git_worktree_usage[] = {
        BUILTIN_WORKTREE_ADD_USAGE,