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 | 7b69c6a48c088f1abfa0488d655406f405d930eb (patch) | |
tree | 620fcc2e99f9a8c6abf17ff2a7855891c23eb656 | |
parent | 2bdcf68ab680c9e2103815bf08edb519e9e62088 (diff) | |
download | samba-7b69c6a48c088f1abfa0488d655406f405d930eb.tar.gz samba-7b69c6a48c088f1abfa0488d655406f405d930eb.tar.bz2 samba-7b69c6a48c088f1abfa0488d655406f405d930eb.zip |
Deleted arguments to help output - they didn't work.
(This used to be commit 8b167a45a6ae041cd35dbf2a25d7a300f86440a2)
-rw-r--r-- | source3/utils/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |