s3/net: split up some printable stings to ease i18n
[ira/wip.git] / source3 / utils / net_eventlog.c
index bb1be0c9ca640dc48c9c95b962a43339fa0ef7f8..2cbb82f92857bd21903803201ca6865cc145306d 100644 (file)
@@ -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;
        }