rebase: fast-forward --onto in more cases
[gitweb.git] / builtin / checkout.c
index 27daa09c3ce860f967802e9783afcf00d965fcbd..8d3ad7cd9e735fdece09793ec11995e7b91b5c6f 100644 (file)
@@ -1770,7 +1770,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,