diff options
Diffstat (limited to 'source3/utils/net_dom.c')
| -rw-r--r-- | source3/utils/net_dom.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/utils/net_dom.c b/source3/utils/net_dom.c index ba3b950e43..e139ef4e03 100644 --- a/source3/utils/net_dom.c +++ b/source3/utils/net_dom.c @@ -23,13 +23,13 @@  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"));  | 
