summaryrefslogtreecommitdiff
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c
index 0502373aa2..20fb66c2e0 100644
--- a/source3/utils/net_help.c
+++ b/source3/utils/net_help.c
@@ -33,10 +33,10 @@ static int net_usage(struct net_context *c, int argc, const char **argv)
struct functable *table = (struct functable*) c->private_data;
int i;
- d_printf("Usage:\n");
+ d_printf(_("Usage:\n"));
for (i=0; table[i].funcname != NULL; i++) {
if (c->display_usage) {
- d_printf("net %s usage:\n", table[i].funcname);
+ d_printf(_("net %s usage:\n"), table[i].funcname);
d_printf("\n%s\n\n", table[i].usage);
} else {
d_printf("%s %-15s %s\n", "net", table[i].funcname,