@@ -6,7 +6,7 @@ SUBDIRECTORY_OK=Yes
66OPTIONS_KEEPDASHDASH=
77OPTIONS_SPEC=" \
88git am [options] [(<mbox>|<Maildir>)...]
9- git am [options] (--resolved | --skip | --abort)
9+ git am [options] (--continue | --skip | --abort)
1010--
1111i,interactive run interactively
1212b,binary* (historical option -- no-op)
@@ -102,7 +102,7 @@ stop_here_user_resolve () {
102102 printf ' %s\n' " $resolvemsg "
103103 stop_here $1
104104 fi
105- eval_gettextln " When you have resolved this problem, run \"\$ cmdline --resolved \" .
105+ eval_gettextln " When you have resolved this problem, run \"\$ cmdline --continue \" .
106106If you prefer to skip this patch, run \"\$ cmdline --skip\" instead.
107107To restore the original branch and stop patching, run \"\$ cmdline --abort\" ."
108108
@@ -523,7 +523,7 @@ Use \"git am --abort\" to remove it.")"
523523 esac
524524 fi
525525
526- # Make sure we are not given --skip, --resolved , nor --abort
526+ # Make sure we are not given --skip, --continue , nor --abort
527527 test " $skip$resolved$abort " = " " ||
528528 die " $( gettext " Resolve operation not in progress, we are not resuming." ) "
529529
670670 # - patch is the patch body.
671671 #
672672 # When we are resuming, these files are either already prepared
673- # by the user, or the user can tell us to do so by --resolved flag.
673+ # by the user, or the user can tell us to do so by --continue flag.
674674 case " $resume " in
675675 ' ' )
676676 if test -f " $dotest /rebasing"
0 commit comments