Skip to content

Commit

Permalink
Fix alignment for -v option
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota committed Sep 10, 2017
1 parent 7026a2d commit 0bcf4ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/text.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,11 +660,11 @@ void print_help()
"\n"
"--max-speed=x\t\t-s x\tSpecify maximum speed (bytes per second)\n"
"--num-connections=x\t-n x\tSpecify maximum number of connections\n"
"--max-redirect=x\tSpecify maximum number of redirections\n"
"--max-redirect=x\t\tSpecify maximum number of redirections\n"
"--output=f\t\t-o f\tSpecify local output file\n"
"--search[=x]\t\t-S [x]\tSearch for mirrors and download from x servers\n"
"--ipv4\t\t-4\tUse the IPv4 protocol\n"
"--ipv6\t\t-6\tUse the IPv6 protocol\n"
"--ipv4 \t\t-4\tUse the IPv4 protocol\n"
"--ipv6 \t\t-6\tUse the IPv6 protocol\n"
"--header=x\t\t-H x\tAdd header string\n"
"--user-agent=x\t\t-U x\tSet user agent\n"
"--no-proxy\t\t-N\tJust don't use any proxy server\n"
Expand Down

0 comments on commit 0bcf4ef

Please sign in to comment.