diff options
Diffstat (limited to 'source3/utils/net_eventlog.c')
-rw-r--r-- | source3/utils/net_eventlog.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/utils/net_eventlog.c b/source3/utils/net_eventlog.c index 2cbb82f928..99ecd43c2a 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; } |