aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-12-03 12:41:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-12-03 12:41:10 +0000
commite92bd312ecff864ddab626c98daa1d9f7734b677 (patch)
treee3585b38eacdaa5f6952733d945587b97109cb48 /src/main.c
parentb097c2cfb0b64eb04bb45ef84a7fece187d49129 (diff)
missing }
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 26472cbf4..7db21fc4b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -413,6 +413,7 @@ static void help(void)
" -2/--sslv2 Force usage of SSLv2 (H)\n"
" -3/--sslv3 Force usage of SSLv3 (H)");
puts(" -#/--progress-bar Display transfer progress as a progress bar");
+}
struct LongShort {
const char *letter;