diff options
author | Günther Deschner <gd@samba.org> | 2006-03-10 13:14:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:13 -0500 |
commit | c34e73cfcf29462de597edf9c96435f38635f7f9 (patch) | |
tree | 01cdd78e98addaea2be89ec74b580ef965600728 /source3/utils | |
parent | e724dc9a60b488ed2bfa9ca87cdaaae86655b3ee (diff) | |
download | samba-c34e73cfcf29462de597edf9c96435f38635f7f9.tar.gz samba-c34e73cfcf29462de597edf9c96435f38635f7f9.tar.bz2 samba-c34e73cfcf29462de597edf9c96435f38635f7f9.zip |
r14146: Just some typos.
Guenther
(This used to be commit ade86cc787e266850fee982b008a9caf2c8ed7e7)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc_registry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc_registry.c b/source3/utils/net_rpc_registry.c index 9852fe4a94..33d5310698 100644 --- a/source3/utils/net_rpc_registry.c +++ b/source3/utils/net_rpc_registry.c @@ -100,7 +100,7 @@ static NTSTATUS rpc_registry_enumerate_internal(const DOM_SID *domain_sid, if (argc != 1 ) { d_printf("Usage: net rpc enumerate <path> [recurse]\n"); - d_printf("Example:: net rpc enumerate 'HKLM\\Software\\Samba'\n"); + d_printf("Example: net rpc enumerate 'HKLM\\Software\\Samba'\n"); return NT_STATUS_OK; } |