Commit ac372b601e0be8eb794f071912ddb1efc81ea8a8

Stefan Sperling 2021-09-15T17:11:46

'got status' does not have a -q option; remove it from got.1 synopsis

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.1 b/got/got.1
index 75ea4c6..7908e0d 100644
--- a/got/got.1
+++ b/got/got.1
@@ -658,7 +658,7 @@ Silence progress output.
 .It Cm up
 Short alias for
 .Cm update .
-.It Cm status Oo Fl I Oc Oo Fl s Ar status-codes Oc Oo Fl S Ar status-codes Oc Oo Fl q Oc Op Ar path ...
+.It Cm status Oo Fl I Oc Oo Fl s Ar status-codes Oc Oo Fl S Ar status-codes Oc Op Ar path ...
 Show the current modification status of files in a work tree,
 using the following status codes:
 .Bl -column YXZ description