diff options
author | Björn Baumbach <bb@sernet.de> | 2011-11-02 13:38:18 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-11-03 10:13:40 +0100 |
commit | bdc973b5db871ec9a9db3a16eea72f62e9ff6e64 (patch) | |
tree | d3d3f3cf9e657976a990d0ed694407a5f5605402 /source3 | |
parent | 955775023bc5c3968492c3571e5f3070f98b2240 (diff) | |
download | samba-bdc973b5db871ec9a9db3a16eea72f62e9ff6e64.tar.gz samba-bdc973b5db871ec9a9db3a16eea72f62e9ff6e64.tar.bz2 samba-bdc973b5db871ec9a9db3a16eea72f62e9ff6e64.zip |
s3-utils: net - Fix one error/usage message
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/net_registry_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_registry_check.c b/source3/utils/net_registry_check.c index 870a0edce2..22d18a68af 100644 --- a/source3/utils/net_registry_check.c +++ b/source3/utils/net_registry_check.c @@ -862,7 +862,7 @@ static bool get_version(struct check_ctx *ctx) { if (!version) { printf("Couldn't determine registry format version, " - "specify with --version\n"); + "specify with --reg-version\n"); return false; } |