diff options
Diffstat (limited to 'source3/utils/net_afs.c')
-rw-r--r-- | source3/utils/net_afs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/utils/net_afs.c b/source3/utils/net_afs.c index e8d28f48fd..786627dfa1 100644 --- a/source3/utils/net_afs.c +++ b/source3/utils/net_afs.c @@ -37,7 +37,7 @@ int net_afs_key(struct net_context *c, int argc, const char **argv) struct afs_keyfile keyfile; if (argc != 2) { - d_printf(_("Usage:")," net afs key <keyfile> cell\n"); + d_printf("%s net afs key <keyfile> cell\n", _("Usage:")); return -1; } @@ -72,7 +72,8 @@ int net_afs_impersonate(struct net_context *c, int argc, char *token; if (argc != 2) { - fprintf(stderr, _("Usage:")," net afs impersonate <user> <cell>\n"); + d_fprintf(stderr, "%s net afs impersonate <user> <cell>\n", + _("Usage:")); exit(1); } |