public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
From: Sami Kerola <kerolasa@iki.fi>
To: util-linux@vger.kernel.org
Cc: kerolasa@iki.fi
Subject: [PATCH 04/14] su-common: make usage() translator friendly
Date: Tue, 22 Jan 2013 23:27:03 +0000	[thread overview]
Message-ID: <1358897233-6676-5-git-send-email-kerolasa@iki.fi> (raw)
In-Reply-To: <1358897233-6676-1-git-send-email-kerolasa@iki.fi>

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
---
 login-utils/su-common.c | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/login-utils/su-common.c b/login-utils/su-common.c
index 9daae72..47e05ff 100644
--- a/login-utils/su-common.c
+++ b/login-utils/su-common.c
@@ -646,18 +646,16 @@ usage (int status)
     fputs(USAGE_OPTIONS, stdout);
   }
 
-  fputs (_(
-    " -m, -p, --preserve-environment  do not reset environment variables\n"
-    " -g, --group <group>             specify the primary group\n"
-    " -G, --supp-group <group>        specify a supplemental group\n\n"), stdout);
-
-  fputs (_(
-    " -, -l, --login                  make the shell a login shell\n"
-    " -c, --command <command>         pass a single command to the shell with -c\n"
-    " --session-command <command>     pass a single command to the shell with -c\n"
-    "                                 and do not create a new session\n"
-    " -f, --fast                      pass -f to the shell (for csh or tcsh)\n"
-    " -s, --shell <shell>             run shell if /etc/shells allows it\n"), stdout);
+  fputs (_(" -m, -p, --preserve-environment  do not reset environment variables\n"), stdout);
+  fputs (_(" -g, --group <group>             specify the primary group\n"), stdout);
+  fputs (_(" -G, --supp-group <group>        specify a supplemental group\n\n"), stdout);
+
+  fputs (_(" -, -l, --login                  make the shell a login shell\n"), stdout);
+  fputs (_(" -c, --command <command>         pass a single command to the shell with -c\n"), stdout);
+  fputs (_(" --session-command <command>     pass a single command to the shell with -c\n"), stdout);
+  fputs (_("                                 and do not create a new session\n"), stdout);
+  fputs (_(" -f, --fast                      pass -f to the shell (for csh or tcsh)\n"), stdout);
+  fputs (_(" -s, --shell <shell>             run shell if /etc/shells allows it\n"), stdout);
 
   fputs(USAGE_SEPARATOR, stdout);
   fputs(USAGE_HELP, stdout);
-- 
1.8.1.1


  parent reply	other threads:[~2013-01-22 23:27 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-22 23:26 [PATCH 00/14]: usage() fixes for translators Sami Kerola
2013-01-22 23:27 ` [PATCH 01/14] docs: usage function and gettext Sami Kerola
2013-01-22 23:27 ` [PATCH 02/14] nsenter: make usage() translator friendly Sami Kerola
2013-01-22 23:27 ` [PATCH 03/14] partx: " Sami Kerola
2013-01-22 23:27 ` Sami Kerola [this message]
2013-01-22 23:27 ` [PATCH 05/14] findmnt: " Sami Kerola
2013-01-22 23:27 ` [PATCH 06/14] lsblk: " Sami Kerola
2013-01-22 23:27 ` [PATCH 07/14] rename: " Sami Kerola
2013-01-22 23:27 ` [PATCH 08/14] dmesg: " Sami Kerola
2013-01-22 23:27 ` [PATCH 09/14] hwclock: make usage() change " Sami Kerola
2013-01-22 23:27 ` [PATCH 10/14] losetup: make usage() " Sami Kerola
2013-01-22 23:27 ` [PATCH 11/14] umount: " Sami Kerola
2013-01-22 23:27 ` [PATCH 12/14] unshare: " Sami Kerola
2013-01-22 23:27 ` [PATCH 13/14] agetty: " Sami Kerola
2013-01-22 23:27 ` [PATCH 14/14] column: " Sami Kerola
2013-01-25 15:40 ` [PATCH 00/14]: usage() fixes for translators Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1358897233-6676-5-git-send-email-kerolasa@iki.fi \
    --to=kerolasa@iki.fi \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox