From 667747a0a9df9e6ad21bf7849a8e0ec80e4792f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 28 Oct 2008 23:02:35 +0100 Subject: Remove some trailing whitespaces --- portato.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato.py') diff --git a/portato.py b/portato.py index 7b87262..219c69f 100755 --- a/portato.py +++ b/portato.py @@ -39,7 +39,7 @@ def main (): parser.add_option("--shm", action = "store", nargs = 3, type="long", dest = "shm", help = SUPPRESS_HELP) - parser.add_option("-F", "--no-fork", "-L", action = "store_true", dest = "nofork", default = False, + parser.add_option("-F", "--no-fork", "-L", action = "store_true", dest = "nofork", default = False, help = _("do not fork off as root") + (" (%s)" % _("-L is deprecated"))) # run parser -- cgit v1.2.3