diff options
author | Michael Adam <obnox@samba.org> | 2012-01-27 14:02:07 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-01-31 17:00:30 +0100 |
commit | dc4cf82fb573074b4bb063321c86cb306902a4bc (patch) | |
tree | 33c22c41f36e3ec6fe37e6d80551f3ff8070bac5 | |
parent | 2343703985ccbd62e3ec6c851817d31fdefbf8a4 (diff) | |
download | samba-dc4cf82fb573074b4bb063321c86cb306902a4bc.tar.gz samba-dc4cf82fb573074b4bb063321c86cb306902a4bc.tar.bz2 samba-dc4cf82fb573074b4bb063321c86cb306902a4bc.zip |
s3:net registry: fix a copy and paste error in a help text
-rw-r--r-- | source3/utils/net_registry.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/net_registry.c b/source3/utils/net_registry.c index 90b0d19ff4..eb7d19aec0 100644 --- a/source3/utils/net_registry.c +++ b/source3/utils/net_registry.c @@ -1439,9 +1439,9 @@ int net_registry(struct net_context *c, int argc, const char **argv) "check", net_registry_check, NET_TRANSPORT_LOCAL, - N_("Check .reg file"), + N_("Check a registry database"), N_("net registry check\n" - " Check .reg file") + " Check a registry database") }, { NULL, NULL, 0, NULL, NULL } }; |