diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-06-21 23:01:57 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-06-21 23:01:57 +0200 |
| commit | 0e8d73bb3edcc8bdff6e3ded442b66f68265059a (patch) | |
| tree | 4f92deb9ace97e79332c0e7ce390b76b81aeaae9 /docs/help.txt | |
| parent | 4e359b44ce111b04cc4d2b28033fba4ab4e6e989 (diff) | |
| download | nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.tar.gz nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.zip | |
First push
Diffstat (limited to 'docs/help.txt')
| -rw-r--r-- | docs/help.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/help.txt b/docs/help.txt new file mode 100644 index 0000000..6eeaa75 --- /dev/null +++ b/docs/help.txt | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | |||
| 2 | HELP PAGE FOR COMMAND help | ||
| 3 | |||
| 4 | SYNTAX | ||
| 5 | help [nissy|COMMAND] | ||
| 6 | |||
| 7 | DESCRIPTION | ||
| 8 | 'help nissy' prints a general user manual. 'help COMMAND' prints a detailed | ||
| 9 | help page for the command COMMAND, if it exists. 'help' prints a list of all | ||
| 10 | available commands a short description for each. | ||
| 11 | |||
| 12 | EXAMPLES | ||
| 13 | help help | ||
| 14 | Prints this help page. | ||
| 15 | |||
