summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornelsonb%netscape.com <devnull@localhost>2002-03-01 01:53:07 +0000
committernelsonb%netscape.com <devnull@localhost>2002-03-01 01:53:07 +0000
commitf2b4eaaa5c1aeef54f56ec5185134133b32e02d9 (patch)
tree7c0638df67a977be2d1220c8e0a878a8b2a332a0
parent85c8dc5fe21793984360426db3568cc4cc03c2a1 (diff)
downloadnss-hg-f2b4eaaa5c1aeef54f56ec5185134133b32e02d9.tar.gz
Fix Usage message. Add missing \n to string.
-rw-r--r--security/nss/cmd/selfserv/selfserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/cmd/selfserv/selfserv.c b/security/nss/cmd/selfserv/selfserv.c
index 58dc1e51b..622be2969 100644
--- a/security/nss/cmd/selfserv/selfserv.c
+++ b/security/nss/cmd/selfserv/selfserv.c
@@ -190,7 +190,7 @@ Usage(const char *progName)
"-t threads -- specify the number of threads to use for connections.\n"
"-i pid_file file to write the process id of selfserve\n"
"-c ciphers Letter(s) chosen from the following list\n"
-"-l means use local threads instead of global threads"
+"-l means use local threads instead of global threads\n"
"A SSL2 RC4 128 WITH MD5\n"
"B SSL2 RC4 128 EXPORT40 WITH MD5\n"
"C SSL2 RC2 128 CBC WITH MD5\n"