Makefile: fix default regex settings on Darwin
[gitweb.git] / builtin / revert.c
index c5e36b94c080212ec9241146c20ef2e323663bea..0401fdb02cbbcb6ac885c82ee2850fb931fc54ba 100644 (file)
  */
 
 static const char * const revert_usage[] = {
-       N_("git revert [options] <commit-ish>"),
+       N_("git revert [options] <commit-ish>..."),
        N_("git revert <subcommand>"),
        NULL
 };
 
 static const char * const cherry_pick_usage[] = {
-       N_("git cherry-pick [options] <commit-ish>"),
+       N_("git cherry-pick [options] <commit-ish>..."),
        N_("git cherry-pick <subcommand>"),
        NULL
 };