From a8e973645ad2b00fb789bb18ced946041fca65c6 Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Thu, 25 Nov 2021 19:37:57 +0300 Subject: [PATCH] [main] added a missing new line for verbose output usage message --- README.md | 1 + src/main.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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")