diff --git a/README.md b/README.md index d15e55a..3d1eef5 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Now you have ftu installed ! - -a [ip_address|domain_name] address to connect to (cannot be used with -s) - -d [path_to_directory] where the files will be downloaded to (cannot be used with -s) - -s [path_to_file|directory] to send it (cannot be used with -a) +- -vp [true|false] to turn on|off verbose output - -v print version text - -l print license diff --git a/src/main.go b/src/main.go index 21850a5..1922a7c 100644 --- a/src/main.go +++ b/src/main.go @@ -60,7 +60,7 @@ func init() { fmt.Printf("| -a [ip_address|domain_name] address to connect to (cannot be used with -s)\n") fmt.Printf("| -d [path_to_directory] where the files will be downloaded to (cannot be used with -s)\n") fmt.Printf("| -s [path_to_file|directory] to send it (cannot be used with -a)\n") - fmt.Printf("| -vp [true|false] to turn on|off verbose output") + fmt.Printf("| -vp [true|false] to turn on|off verbose output\n") fmt.Printf("| -l print license information\n") fmt.Printf("| -v print version information\n\n\n")