about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--cgitrc.5.txt11
1 files changed, 3 insertions, 8 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index 3c35b02..0d18290 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -217,14 +217,9 @@ root-title::
 	"Git Repository Browser".
 
 snapshots::
-	Text which specifies the default (and allowed) set of snapshot formats
-	supported by cgit. The value is a space-separated list of zero or more
-	of the following values:
-		"tar"		uncompressed tar-file
-		"tar.gz"	gzip-compressed tar-file
-		"tar.bz2"	bzip-compressed tar-file
-		"zip"		zip-file
-	Default value: none.
+	Text which specifies the default set of snapshot formats generated by
+	cgit. The value is a space-separated list of zero or more of the
+	values "tar", "tar.gz", "tar.bz2" and "zip". Default value: none.
 
 source-filter::
 	Specifies a command which will be invoked to format plaintext blobs
0bf5f33d3a32d5efe97167fa8056ce&follow=1'>Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe