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 0bcf4ef commit ac2840f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/text.c
Original file line number Diff line number Diff line change
Expand Up @@ -663,8 +663,8 @@ void print_help()
"--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\t-4\tUse the IPv4 protocol\n"
"--ipv6\t\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 ac2840f

Please sign in to comment.