1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 16:18:48 -05:00

Remove extra line feed

This commit is contained in:
Yang Tse 2010-01-08 12:01:35 +00:00
parent a1d701d05a
commit 184f92d243

View File

@ -723,7 +723,7 @@ int main(int argc, char **argv)
" --ipv4\n" " --ipv4\n"
" --ipv6\n" " --ipv6\n"
" --port [port]\n" " --port [port]\n"
" --srcdir [path]\n"); " --srcdir [path]");
return 0; return 0;
} }
} }