Commit fef8a0d35aef389b73d4ae528f0069a567997a7d

Stefan Sperling 2019-08-04T18:50:03

document that -h option will always exit

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.1 b/got/got.1
index a04f646..691bd05 100644
--- a/got/got.1
+++ b/got/got.1
@@ -53,7 +53,7 @@ provides global and command-specific options.
 Global options must preceed the command name, and are as follows:
 .Bl -tag -width tenletters
 .It Fl h
-Display usage information.
+Display usage information and exit immediately.
 .It Fl V
 Display program version and exit immediately.
 .El