diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-10-28 23:02:35 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-10-28 23:02:35 +0100 |
commit | 667747a0a9df9e6ad21bf7849a8e0ec80e4792f6 (patch) | |
tree | d123f95feabd0c9c05a75b0429ddc50f1f78db4a /portato.py | |
parent | 4ee82f29f045300268f4bbc0a100c8ed90d15c5f (diff) | |
download | portato-667747a0a9df9e6ad21bf7849a8e0ec80e4792f6.tar.gz portato-667747a0a9df9e6ad21bf7849a8e0ec80e4792f6.tar.bz2 portato-667747a0a9df9e6ad21bf7849a8e0ec80e4792f6.zip |
Remove some trailing whitespaces
Diffstat (limited to '')
-rwxr-xr-x | portato.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |