1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04: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"
" --ipv6\n"
" --port [port]\n"
" --srcdir [path]\n");
" --srcdir [path]");
return 0;
}
}