Merge branch 'bc/hash-independent-tests-part-4'
[gitweb.git] / builtin / checkout.c
index 91f8509f85396cb957ee87d1b0e8ba1284c8c800..6123f732a2c84f975c576e7077a0c6da369e6b31 100644 (file)
@@ -1769,7 +1769,7 @@ int cmd_restore(int argc, const char **argv, const char *prefix)
        struct option *options;
        struct option restore_options[] = {
                OPT_STRING('s', "source", &opts.from_treeish, "<tree-ish>",
-                          N_("where the checkout from")),
+                          N_("which tree-ish to checkout from")),
                OPT_BOOL('S', "staged", &opts.checkout_index,
                           N_("restore the index")),
                OPT_BOOL('W', "worktree", &opts.checkout_worktree,