summaryrefslogtreecommitdiff
path: root/builtin/am.c
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:17:24 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:17:24 +0900
commit6b298ced22eb1f0f28e779e42259bf8fe72f5f14 (patch)
treef6a1b5aa8aa92cf0b9b2ab7bde4a9e872acbb514 /builtin/am.c
parentdd8d46a39dcf4f1b8033826ce210924b1414baa8 (diff)
downloadgit-6b298ced22eb1f0f28e779e42259bf8fe72f5f14.tar.gz
git-6b298ced22eb1f0f28e779e42259bf8fe72f5f14.tar.bz2
git-6b298ced22eb1f0f28e779e42259bf8fe72f5f14.zip
Imported Upstream version 2.30.1upstream/2.30.1upstream
Diffstat (limited to 'builtin/am.c')
-rw-r--r--builtin/am.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/am.c b/builtin/am.c
index f22c73a0..8355e356 100644
--- a/builtin/am.c
+++ b/builtin/am.c
@@ -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)",