Commit 21920d7e31d70acb006c03266c93b89af53d2dc1

Stefan Sperling 2020-12-07T00:49:27

in tog.1, sync the synopsis of 'tog diff' to include all supported options

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tog/tog.1 b/tog/tog.1
index a6e5d2c..7bfae0a 100644
--- a/tog/tog.1
+++ b/tog/tog.1
@@ -184,7 +184,7 @@ If this directory is a
 .Xr got 1
 work tree, use the repository path associated with this work tree.
 .El
-.It Cm diff Oo Fl a Oc Oo Fl r Ar repository-path Oc Ar object1 object2
+.It Cm diff Oo Fl a Oc Oo Fl C Ar number Oc Oo Fl r Ar repository-path Oc Oo Fl w Oc Ar object1 Ar object2
 Display the differences between two objects in the repository.
 Treat each of the two arguments as a reference, a tag name, or an object
 ID SHA1 hash, and display differences between the corresponding objects.