Commit 46fa4c83cb387dd597865ed526e7df7cde1fb526

Stefan Sperling 2020-02-24T21:12:21

explain more clearly how a histedit script will be edited

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/got/got.1 b/got/got.1
index 465fc51..b0fa2d8 100644
--- a/got/got.1
+++ b/got/got.1
@@ -1038,8 +1038,8 @@ operation.
 .Pp
 Editing of commit history is controlled via a
 .Ar histedit script
-which can be edited interactively, passed on the command line,
-or generated with the
+which can be written in an editor based on a template, passed on the
+command line, or generated with the
 .Fl m
 option if only log messages need to be edited.
 .Pp