diff options
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md index 9f99934..449730b 100644 --- a/README.md +++ b/README.md | |||
@@ -43,6 +43,24 @@ example.com ted localhost:6989 localhost:6667 /path/to/key.pub [..] | |||
43 | **rest** is more command-line options, if there's anything else you'd like to | 43 | **rest** is more command-line options, if there's anything else you'd like to |
44 | include in the command. | 44 | include in the command. |
45 | 45 | ||
46 | ## Usage | ||
47 | |||
48 | ``` | ||
49 | mrgrctrnl: make magic ssh tunnels | ||
50 | usage: mrgrctrnl [-h] [-k] | ||
51 | mrgrctrnl [-n] [-c CONF | -s SSH] | ||
52 | |||
53 | options: | ||
54 | -h show this help | ||
55 | -k kill all processes and exit | ||
56 | -r restart mrgrctrnl | ||
57 | -n do a dry run: just print what would happen | ||
58 | -c CONFIG use a different CONFIG file instead of | ||
59 | $XDG_CONFIG_HOME/mrgrctrnl/config | ||
60 | -s CMDLINE directly input an ssh CMDLINE -- | ||
61 | don't load the config file. | ||
62 | ``` | ||
63 | |||
46 | ## Requirements | 64 | ## Requirements |
47 | 65 | ||
48 | - POSIX environment | 66 | - POSIX environment |