Commit 52ab795804a3c40a55a009fd869496a305611276

Stefan Sperling 2020-04-18T21:15:07

tweak documentation of 'got log -x' for accuracy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/got/got.1 b/got/got.1
index a6a4b63..39ad76b 100644
--- a/got/got.1
+++ b/got/got.1
@@ -742,9 +742,9 @@ If this directory is a
 .Nm
 work tree, use the repository path associated with this work tree.
 .It Fl x Ar commit
-Stop displaying commits as soon as the specified
+Stop traversing commit history as soon as the specified
 .Ar commit
-has been displayed.
+has been traversed.
 This option has no effect if the specified
 .Ar commit
 is never traversed.