s3/net: split up some printable stings to ease i18n
[kai/samba.git] / source3 / utils / net_status.c
index e7f3d33d557db1d8bf1efc52e048a0a75d49a679..d49470a1874a6918b84224a49846c1066479382b 100644 (file)
@@ -63,9 +63,9 @@ static int net_status_sessions(struct net_context *c, int argc, const char **arg
        bool parseable;
 
        if (c->display_usage) {
-               d_printf(_("Usage:\n"
+               d_printf(_("Usage:\n"),
                           "net status sessions [parseable]\n"
-                          "    Display open user sessions.\n"
+                          "    ",_("Display open user sessions.\n"
                           "    If parseable is specified, output is machine-"
                           "readable.\n"));
                return 0;
@@ -213,9 +213,9 @@ static int net_status_shares_parseable(struct net_context *c, int argc, const ch
 static int net_status_shares(struct net_context *c, int argc, const char **argv)
 {
        if (c->display_usage) {
-               d_printf(_("Usage:\n"
+               d_printf(_("Usage:\n"),
                           "net status shares [parseable]\n"
-                          "    Display open user shares.\n"
+                          "    ",_("Display open user shares.\n"
                           "    If parseable is specified, output is machine-"
                           "readable.\n"));
                return 0;