s3/net: split up some printable stings to ease i18n
[ira/wip.git] / source3 / utils / net_dom.c
index ba3b950e433c08988d142ad9a60893151cea3759..e139ef4e032373fdfb233946413a79b7239da8ba 100644 (file)
 
 int net_dom_usage(struct net_context *c, int argc, const char **argv)
 {
-       d_printf(_("usage: net dom join "
+       d_printf(_("Usage:"), _(" net dom join "
                   "<domain=DOMAIN> <ou=OU> <account=ACCOUNT> "
                   "<password=PASSWORD> <reboot>\n  Join a remote machine\n"));
-       d_printf(_("usage: net dom unjoin "
+       d_printf(_("Usage:"), _(" net dom unjoin "
                   "<account=ACCOUNT> <password=PASSWORD> <reboot>\n"
                   "  Unjoin a remote machine\n"));
-       d_printf(_("usage: net dom renamecomputer "
+       d_printf(_("Usage:"), _(" net dom renamecomputer "
                   "<newname=NEWNAME> "
                   "<account=ACCOUNT> <password=PASSWORD> <reboot>\n"
                   "  Rename joined computer\n"));