Merge branch 'ls/macos-update' into maint
[gitweb.git] / builtin / reset.c
index 9020ec66c81de0185244d478e588d4a05c2a4f1d..9400acce070c8870d6aab8b9a4cb361460488fb6 100644 (file)
@@ -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
 };