]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/am.c
builtin/*: update usage format
[thirdparty/git.git] / builtin / am.c
index f22c73a05b0472dcf5ee1002282bd9f0c067b53b..8355e3566ff27e7f5e5899c14752bc80ac08ccb2 100644 (file)
@@ -2284,10 +2284,10 @@ int cmd_am(int argc, const char **argv, const char *prefix)
                        N_("skip the current patch"),
                        RESUME_SKIP),
                OPT_CMDMODE(0, "abort", &resume.mode,
-                       N_("restore the original branch and abort the patching operation."),
+                       N_("restore the original branch and abort the patching operation"),
                        RESUME_ABORT),
                OPT_CMDMODE(0, "quit", &resume.mode,
-                       N_("abort the patching operation but keep HEAD where it is."),
+                       N_("abort the patching operation but keep HEAD where it is"),
                        RESUME_QUIT),
                { OPTION_CALLBACK, 0, "show-current-patch", &resume.mode,
                  "(diff|raw)",