[Pkg-privacy-commits] [tails-installer] 02/35: Don't call sys.exit in our __init__ (rhbz#842878)
anonym
anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
anonym-tails-guest pushed a commit to annotated tag 3.12.0
in repository tails-installer.
commit c7b50c6a02f2003d317e11dddc4e700588c0d147
Author: Luke Macken <lmacken at redhat.com>
Date: Fri Jan 4 13:50:22 2013 -0500
Don't call sys.exit in our __init__ (rhbz#842878)
---
liveusb-creator | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/liveusb-creator b/liveusb-creator
index 33e2ee6..b390428 100755
--- a/liveusb-creator
+++ b/liveusb-creator
@@ -40,7 +40,7 @@ def parse_args():
parser.add_option('-v', '--verbose', dest='verbose', action='store_true',
help='Output extra debugging messages')
parser.add_option('-k', '--extra-kernel-args', dest='kernel_args',
- action='store', metavar='ARGS',
+ action='store', metavar='ARGS',
help='Supply extra kernel arguments'
' (eg: -k noswap,selinux=0,elevator=noop)')
parser.add_option('-x', '--no-xo', dest='xo', action='store_false',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git
More information about the Pkg-privacy-commits
mailing list