diff options
author | Tim Potter <tpot@samba.org> | 2003-01-21 03:45:18 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-01-21 03:45:18 +0000 |
commit | 8b167a45a6ae041cd35dbf2a25d7a300f86440a2 (patch) | |
tree | e7a8c127636df43d69addf1869d9d7936a588d60 /source/utils/net.c | |
parent | d89b0bff44fe31244b1835aee0c96c4900d90dc6 (diff) | |
download | samba-8b167a45a6ae041cd35dbf2a25d7a300f86440a2.tar.gz |
Deleted arguments to help output - they didn't work.
Diffstat (limited to 'source/utils/net.c')
-rw-r--r-- | source/utils/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/net.c b/source/utils/net.c index 5c1156abf95..3228b56e270 100644 --- a/source/utils/net.c +++ b/source/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); } |