summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2019-08-29 21:48:44 +0200
committerReiner Herrmann <reiner@reiner-h.de>2019-08-29 21:48:44 +0200
commit16c6dd8f7116271508974d8acf04da1f1bf0afc9 (patch)
treea530112274d4dcb77a65c37aa035341353acefb2 /README
parent50e6a82f0955bf5d489d311f2c9600c379006c37 (diff)
Drop -d parameter and allow appending directory at end of command line
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 1 insertions, 3 deletions
diff --git a/README b/README
index 3045fcd..e6a5f44 100644
--- a/README
+++ b/README
@@ -39,12 +39,10 @@ Server:
$ ./rtftpd --help
RusTFTP
- ./rtftpd [options]
+ ./rtftpd [options] [directory]
Options:
-h, --help display usage information
- -d, --directory DIRECTORY
- directory to serve (default: current directory)
-p, --port PORT port to listen on (default: 69)
-u, --uid UID user id to run as (default: 65534)
-g, --gid GID group id to run as (default: 65534)