summaryrefslogtreecommitdiff
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2009-07-30 11:30:33 +0200
committerKai Blin <kai@samba.org>2009-07-30 11:32:08 +0200
commita7f6c839bafeb8c163cec1c8b73603637621faa7 (patch)
tree5f1e18f430d8f81e2f8a961955fe895aa42223df /source3/utils/net_help.c
parentcb55ec6dcbc09d6f1850846a3cf6f2f4190a0b9b (diff)
downloadsamba-a7f6c839bafeb8c163cec1c8b73603637621faa7.tar.gz
samba-a7f6c839bafeb8c163cec1c8b73603637621faa7.tar.bz2
samba-a7f6c839bafeb8c163cec1c8b73603637621faa7.zip
s3 net: i18n support for net help
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,