diff options
author | Omar Polo <op@omarpolo.com> | 2022-01-30 13:31:29 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-01-30 13:31:29 +0000 |
commit | d78dbe8db5744bbc37bbbb1c19c9a1fd8cbc055b (patch) | |
tree | 74c9551254b7a0bd362c9e214d6cf4ad9e06959c /gg.1 | |
parent | 5266f50060b37bc59e20bc06771a9888939ec7be (diff) |
fix gg -P flag description: the `:' is in the optional part
Diffstat (limited to 'gg.1')
-rw-r--r-- | gg.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd $Mdocdate: January 13 2022$ +.Dd $Mdocdate: January 30 2022$ .Dt GG 1 .Os .Sh NAME @@ -74,7 +74,7 @@ is used. Disables the server name verification. .It Fl n Check that the given IRI is valid, but don't make any requests. -.It Fl P Ar host : Ns Op Ar port +.It Fl P Ar host Ns Oo : Ns Ar port Oc Connect to the given .Ar host and |