Deleted arguments to help output - they didn't work.
authorTim Potter <tpot@samba.org>
Tue, 21 Jan 2003 03:45:18 +0000 (03:45 +0000)
committerTim Potter <tpot@samba.org>
Tue, 21 Jan 2003 03:45:18 +0000 (03:45 +0000)
source/utils/net.c

index 5c1156abf9563aa69bc55b95ba2ce2b293840cfa..3228b56e270deeb16877ae6c2b6ee332799d874d 100644 (file)
@@ -570,7 +570,7 @@ static struct functable net_func[] = {
                        }
                        break;
                default:
-                       d_printf("\nInvalid option %c (%d)\n", (char)opt, opt);
+                       d_printf("\nInvalid option\n");
                        net_help(argc, argv);
                        exit(1);
                }