Commit 2bdefe565f8d42c1fa6a794670e18f1d2d643c53

Tracey Emery 2020-02-24T15:44:56

edit man page wording for histedit -m feature

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.1 b/got/got.1
index b255255..f7751d1 100644
--- a/got/got.1
+++ b/got/got.1
@@ -1095,7 +1095,7 @@ If this option is used, no other command-line arguments are allowed.
 .It Fl m
 Edit log messages only.
 This option is a quick equivalent to a histedit script which edits
-only log messages but otherwise uses every commit as-is.
+only log messages but otherwise leaves every picked commit as-is.
 The
 .Fl m
 option can only be used when starting a new histedit operation.