nc: show help text on bad parameters
[oweals/busybox.git] / networking / telnetd.c
index a8c86b62f7f3193c5c3ae3af5c4118b4802b2791..5c011e15d58b45b8af336c5ca80688488211b652 100644 (file)
@@ -3,7 +3,7 @@
  * Simple telnet server
  * Bjorn Wesen, Axis Communications AB (bjornw@axis.com)
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  *
  * ---------------------------------------------------------------------------
  * (C) Copyright 2000, Axis Communications AB, LUND, SWEDEN
@@ -227,7 +227,7 @@ make_new_session(
                IF_NOT_FEATURE_TELNETD_STANDALONE(void)
 ) {
 #if !ENABLE_FEATURE_TELNETD_STANDALONE
-       enum { sock = 0 );
+       enum { sock = 0 };
 #endif
        const char *login_argv[2];
        struct termios termbuf;