Added instructions for -S option - fiche - A pastebin adjusted for gopher use
(HTM) git clone git://vernunftzentrum.de/fiche.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit ef12b5d54f1e90a7a791106be429ec682670270a
(DIR) parent cdd910b150a765a662bcb1a0d605ed0af42e311d
(HTM) Author: solusipse <solus1ps3@gmail.com>
Date: Sun, 17 Sep 2017 15:13:17 +0200
Added instructions for -S option
Diffstat:
README.md | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/README.md b/README.md
@@ -127,7 +127,7 @@ To use fiche you have to have netcat installed. You probably already have it - t
usage: fiche [-D6epbsdSolBuw].
[-d domain] [-p port] [-s slug size]
[-o output directory] [-B buffer size] [-u user name]
- [-l log file] [-b banlist] [-w whitelist]
+ [-l log file] [-b banlist] [-w whitelist] [-S]
```
These are command line arguments. You don't have to provide any of them to run the application. Default settings will be used in such case. See section below for more info.
@@ -171,7 +171,7 @@ __Default value:__ `localhost`
#### Slug size `-s`
-This will force slugs to be of requires length:
+This will force slugs to be of required length:
```
fiche -s 6
@@ -187,6 +187,19 @@ __Default value:__ 4
-------------------------------------------------------------------------------
+#### HTTPS `-S`
+
+If set, fiche returns url with https prefix instead of http
+
+```
+fiche -S
+```
+
+__Output url with this parameter__: `https://localhost/xxxx`,
+where x is a randomized character
+
+-------------------------------------------------------------------------------
+
#### User name `-u`
Fiche will try to switch to the requested user on startup if any is provided.