summaryrefslogtreecommitdiff
path: root/source3/client/smbmount.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>1998-01-06 00:13:44 +0000
committerVolker Lendecke <vlendec@samba.org>1998-01-06 00:13:44 +0000
commitbd33a35fb58dcdd7402ba6ff33a4b04c017483b6 (patch)
treeb6200d9ff79c36849ccede7fbe412b33b17bdc00 /source3/client/smbmount.c
parentc271da9c858f583c4c51b03d0185c15bd6d4596d (diff)
downloadsamba-bd33a35fb58dcdd7402ba6ff33a4b04c017483b6.tar.gz
samba-bd33a35fb58dcdd7402ba6ff33a4b04c017483b6.tar.bz2
samba-bd33a35fb58dcdd7402ba6ff33a4b04c017483b6.zip
Added manpages.
Removed obsolete options from smbmount help message. Volker (This used to be commit 2d550d28cd9d3cdb6f72e1f387d9c65dbc1404ad)
Diffstat (limited to 'source3/client/smbmount.c')
-rw-r--r--source3/client/smbmount.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c
index 2ef426abc0..645523db0f 100644
--- a/source3/client/smbmount.c
+++ b/source3/client/smbmount.c
@@ -649,17 +649,13 @@ static void usage(char *pname)
DEBUG(0,("\t-l log basename. Basename for log/debug files\n"));
DEBUG(0,("\t-n netbios name. Use this name as my netbios name\n"));
DEBUG(0,("\t-N don't ask for a password\n"));
- DEBUG(0,("\t-P connect to service as a printer\n"));
- DEBUG(0,("\t-M host send a winpopup message to the host\n"));
DEBUG(0,("\t-m max protocol set the max protocol level\n"));
- DEBUG(0,("\t-L host get a list of shares available on a host\n"));
DEBUG(0,("\t-I dest IP use this IP to connect to\n"));
DEBUG(0,("\t-E write messages to stderr instead of stdout\n"));
DEBUG(0,("\t-U username set the network username\n"));
DEBUG(0,("\t-W workgroup set the workgroup name\n"));
DEBUG(0,("\t-c command string execute semicolon separated commands\n"));
DEBUG(0,("\t-t terminal code terminal i/o code {sjis|euc|jis7|jis8|junet|hex}\n"));
- DEBUG(0,("\t-T<c|x>IXgbNa command line tar\n"));
DEBUG(0,("\t-D directory start from directory\n"));
DEBUG(0,("\n"));
}