From 7b69c6a48c088f1abfa0488d655406f405d930eb Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 21 Jan 2003 03:45:18 +0000 Subject: Deleted arguments to help output - they didn't work. (This used to be commit 8b167a45a6ae041cd35dbf2a25d7a300f86440a2) --- source3/utils/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/utils/net.c b/source3/utils/net.c index 5c1156abf9..3228b56e27 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -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); } -- cgit