summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_sh_acct.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net_rpc_sh_acct.c')
-rw-r--r--source3/utils/net_rpc_sh_acct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/net_rpc_sh_acct.c b/source3/utils/net_rpc_sh_acct.c
index efd90abb30..2f0b0ea764 100644
--- a/source3/utils/net_rpc_sh_acct.c
+++ b/source3/utils/net_rpc_sh_acct.c
@@ -155,7 +155,7 @@ static int account_show(struct net_context *c,
int argc, const char **argv)
{
if (argc != 0) {
- d_fprintf(stderr, _("usage: %s\n"), ctx->whoami);
+ d_fprintf(stderr, _("usage:")," %s\n"), ctx->whoami;
return -1;
}
@@ -226,7 +226,7 @@ static int account_set_badpw(struct net_context *c,
int argc, const char **argv)
{
if (argc != 1) {
- d_fprintf(stderr, _("usage: %s <count>\n"), ctx->whoami);
+ d_fprintf(stderr, _("usage:")," %s <count>\n"), ctx->whoami;
return -1;
}