about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-09 19:15:57 -0500
committerJune McEnroe <june@causal.agency>2021-01-09 19:15:57 -0500
commit7bf96ac8e13a1f0f3311c818f33304fd30886e86 (patch)
treea43bcc1d0088d6ee73d6f3ec0c58eb204e7125f0
parentAdd -o and -t options to trust self-signed certificates (diff)
downloadcatgirl-7bf96ac8e13a1f0f3311c818f33304fd30886e86.tar.gz
catgirl-7bf96ac8e13a1f0f3311c818f33304fd30886e86.zip
Make SYNOPSIS arguments consistent with option names
Can't keep the 4-letter pattern forever :(
-rw-r--r--catgirl.16
1 files changed, 3 insertions, 3 deletions
diff --git a/catgirl.1 b/catgirl.1
index 7912831..210c36a 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -11,13 +11,13 @@
 .Op Fl Relv
 .Op Fl C Ar copy
 .Op Fl H Ar hash
-.Op Fl N Ar send
+.Op Fl N Ar notify
 .Op Fl O Ar open
 .Op Fl S Ar bind
-.Op Fl a Ar auth
+.Op Fl a Ar plain
 .Op Fl c Ar cert
 .Op Fl h Ar host
-.Op Fl i Ar patt
+.Op Fl i Ar ignore
 .Op Fl j Ar join
 .Op Fl k Ar priv
 .Op Fl n Ar nick
support for source-filter optionLars Hjemli 2009-07-31ui-snapshot: use cgit_{open|close}_filter() to execute compressorsLars Hjemli 2009-07-31Add generic filter/plugin infrastructureLars Hjemli 2009-07-25Add support for mime type registration and lookupLars Hjemli 2009-07-25cgit.h: keep config flags sortedLars Hjemli 2009-07-25cgitrc.5.txt: document 'embedded' and 'noheader'Lars Hjemli 2009-07-25Add support for 'noheader' optionLars Hjemli 2009-07-25cgitrc.5.txt: document 'head-include'Lars Hjemli 2009-07-25ui-blob: return 'application/octet-stream' for binary blobsLars Hjemli 2009-07-25ui-plain: Return 'application/octet-stream' for binary files.Remko Tronçon 2009-06-11use cgit_httpscheme() for atom feedDiego Ongaro 2009-06-11add cgit_httpscheme() -> http:// or https://Diego Ongaro 2009-06-07Return http statuscode 404 on unknown branchLars Hjemli 2009-06-07Add head-include configuration option.Mark Lodato 2009-03-15CGIT 0.8.2.1Lars Hjemli 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli 2009-03-15fix segfault when displaying empty blobsEric Wong 2009-02-19Add support for HEAD requestsLars Hjemli 2009-02-19Add support for ETag in 'plain' viewLars Hjemli 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli 2009-02-12Makefile: add doc-related targetsLars Hjemli