diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-13 15:18:21 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-13 15:18:21 +0000 |
commit | 6be6a341f8e44408f06aeed1064277e13dc7afba (patch) | |
tree | 77b004f649be30e1f7dd76d927098654015ddaac /source3/utils/net_rpc.c | |
parent | a9361837246861a9f319de1ea6d92f6cb81d61af (diff) | |
download | samba-6be6a341f8e44408f06aeed1064277e13dc7afba.tar.gz samba-6be6a341f8e44408f06aeed1064277e13dc7afba.tar.bz2 samba-6be6a341f8e44408f06aeed1064277e13dc7afba.zip |
Some small changes - typos, adding usage for some commands
and removing -j because it was not used at all.
(This used to be commit e3e2c1b27128f7b5a1f4bbc8093c75b0c12549b4)
Diffstat (limited to 'source3/utils/net_rpc.c')
-rw-r--r-- | source3/utils/net_rpc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 69cf28f995..863d420ff3 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -220,7 +220,7 @@ static int rpc_changetrustpw(int argc, const char **argv) * * This uses 'machinename' as the inital password, and changes it. * - * The password should be created with 'server manager' or eqiv first. + * The password should be created with 'server manager' or equiv first. * * All parameters are provided by the run_rpc_command function, except for * argc, argv which are passes through. @@ -332,7 +332,7 @@ int net_rpc_join(int argc, const char **argv) * display info about a rpc domain * * All parameters are provided by the run_rpc_command function, except for - * argc, argv which are passes through. + * argc, argv which are passed through. * * @param domain_sid The domain sid acquired from the remote server * @param cli A cli_state connected to the server. |