aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-15 21:08:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-15 21:08:07 +0000
commit72d57a8ee6e7c0e262694ee77f1efad2e8dfe893 (patch)
treee23e240048cdfff17870ba6a6e00bf48e75e2935 /src/main.c
parent23262e30bcb0558a8d61297e229de8161f103a22 (diff)
removed extra / in help text
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 8790de14c..fe19d181b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -367,7 +367,7 @@ static void help(void)
" --krb4 <level> Enable krb4 with specified security level (F)\n"
" -K/--config Specify which config file to read\n"
" -l/--list-only List only names of an FTP directory (F)\n"
- " /--limit-rate <rate> Limit how fast transfers to allow");
+ " --limit-rate <rate> Limit how fast transfers to allow");
puts(" -L/--location Follow Location: hints (H)\n"
" -m/--max-time <seconds> Maximum time allowed for the transfer\n"
" -M/--manual Display huge help text\n"