net: Fix usage string.
authorKai Blin <kai@samba.org>
Fri, 9 May 2008 20:50:04 +0000 (22:50 +0200)
committerKai Blin <kai@samba.org>
Sat, 10 May 2008 07:22:16 +0000 (09:22 +0200)
(This used to be commit e3470e9a1b19c239d6fa576f8c8c1a5a5c3b5d3c)

source3/utils/net_rpc_registry.c

index 42370089e5f62a6e7fd389a73bd8f57827be974b..022f2ddfcdfcd349f87d219d59e43a77d44a766d 100644 (file)
@@ -725,7 +725,7 @@ static NTSTATUS rpc_registry_enumerate_internal(const DOM_SID *domain_sid,
        struct registry_value **values = NULL;
        
        if (argc != 1 ) {
-               d_printf("Usage:    net rpc registry enumerate <path> [recurse]\n");
+               d_printf("Usage:    net rpc registry enumerate <path>\n");
                d_printf("Example:  net rpc registry enumerate 'HKLM\\Software\\Samba'\n");
                return NT_STATUS_INVALID_PARAMETER;
        }