aboutsummaryrefslogtreecommitdiff
path: root/tests/server
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-01-08 12:01:35 +0000
committerYang Tse <yangsita@gmail.com>2010-01-08 12:01:35 +0000
commit184f92d243dbe79cf390684776c7e6916888e93e (patch)
tree75774de89a9ecbc0b07ab66cf4dcc39f803e1ebb /tests/server
parenta1d701d05a71507e48a3e433bd7f4af5746649cd (diff)
Remove extra line feed
Diffstat (limited to 'tests/server')
-rw-r--r--tests/server/tftpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/server/tftpd.c b/tests/server/tftpd.c
index 88377a829..e88083e59 100644
--- a/tests/server/tftpd.c
+++ b/tests/server/tftpd.c
@@ -723,7 +723,7 @@ int main(int argc, char **argv)
" --ipv4\n"
" --ipv6\n"
" --port [port]\n"
- " --srcdir [path]\n");
+ " --srcdir [path]");
return 0;
}
}