summaryrefslogtreecommitdiff
path: root/source3/utils/net_eventlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net_eventlog.c')
-rw-r--r--source3/utils/net_eventlog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/utils/net_eventlog.c b/source3/utils/net_eventlog.c
index bb1be0c9ca..2cbb82f928 100644
--- a/source3/utils/net_eventlog.c
+++ b/source3/utils/net_eventlog.c
@@ -43,7 +43,7 @@ static int net_eventlog_dump(struct net_context *c, int argc,
char *s;
if (argc < 1 || c->display_usage) {
- d_fprintf(stderr, _("usage: net eventlog dump <file.evt>\n"));
+ d_fprintf(stderr, _("usage:")," net eventlog dump <file.evt>\n");
goto done;
}
@@ -99,7 +99,7 @@ static int net_eventlog_import(struct net_context *c, int argc,
if (argc < 2 || c->display_usage) {
d_fprintf(stderr,
- _("usage: net eventlog import <file> <eventlog>\n"));
+ _("usage:")," net eventlog import <file> <eventlog>\n");
goto done;
}
@@ -194,7 +194,7 @@ static int net_eventlog_export(struct net_context *c, int argc,
if (argc < 2 || c->display_usage) {
d_fprintf(stderr,
- _("usage: net eventlog export <file> <eventlog>\n"));
+ _("usage:")," net eventlog export <file> <eventlog>\n");
goto done;
}