net: rename "net idmap setmap" to "net idmap set"
authorMichael Adam <obnox@samba.org>
Fri, 6 Sep 2013 15:48:40 +0000 (17:48 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 1 Oct 2013 08:49:20 +0000 (10:49 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
source3/utils/net_idmap.c

index 22fc13c80bb26b46c1dd561fe0c1898328637bff..6f2efec87b43fd6cc525bfe49ac575acc520aaab 100644 (file)
@@ -575,6 +575,7 @@ static int net_idmap_set(struct net_context *c, int argc, const char **argv)
        d_printf("%s\n", _("Not implemented yet"));
        return -1;
 }
+
 static bool idmap_store_secret(const char *backend,
                               const char *domain,
                               const char *identity,
@@ -733,11 +734,11 @@ int net_idmap(struct net_context *c, int argc, const char **argv)
                           "  Restore entries from stdin")
                },
                {
-                       "setmap",
+                       "set",
                        net_idmap_set,
                        NET_TRANSPORT_LOCAL,
                        N_("Not implemented yet"),
-                       N_("net idmap setmap\n"
+                       N_("net idmap set\n"
                           "  Not implemented yet")
                },
                {