Added instructions for -S option - fiche - A pastebin adjusted for gopher use | |
git clone git://vernunftzentrum.de/fiche.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit ef12b5d54f1e90a7a791106be429ec682670270a | |
parent cdd910b150a765a662bcb1a0d605ed0af42e311d | |
Author: solusipse <[email protected]> | |
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(-) | |
--- | |
diff --git a/README.md b/README.md | |
@@ -127,7 +127,7 @@ To use fiche you have to have netcat installed. You probabl… | |
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… | |
@@ -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. |