Skip to content

Commit

Permalink
Merge branch 'js/reset-usage'
Browse files Browse the repository at this point in the history
* js/reset-usage:
  reset: fix usage
  • Loading branch information
gitster committed Oct 17, 2016
2 parents 5b4c45a + 641c900 commit ad0e959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/reset.c
Expand Up @@ -24,7 +24,7 @@

static const char * const git_reset_usage[] = {
N_("git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"),
N_("git reset [-q] <tree-ish> [--] <paths>..."),
N_("git reset [-q] [<tree-ish>] [--] <paths>..."),
N_("git reset --patch [<tree-ish>] [--] [<paths>...]"),
NULL
};
Expand Down

0 comments on commit ad0e959

Please sign in to comment.