diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2019-08-29 21:48:44 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2019-08-29 21:48:44 +0200 |
| commit | 16c6dd8f7116271508974d8acf04da1f1bf0afc9 (patch) | |
| tree | a530112274d4dcb77a65c37aa035341353acefb2 /README | |
| parent | 50e6a82f0955bf5d489d311f2c9600c379006c37 (diff) | |
Drop -d parameter and allow appending directory at end of command line
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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) |
