From a4fb04315c268cc5595a758c6790f73eff045381 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Mon, 7 Jan 2013 18:35:46 +0100 Subject: [PATCH] fix wrong python option --- songbook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/songbook.py b/songbook.py index 677cf6cc..dfd5d39e 100755 --- a/songbook.py +++ b/songbook.py @@ -213,7 +213,7 @@ def main(): locale.setlocale(locale.LC_ALL, '') # set script locale to match user's try: opts, args = getopt.getopt(sys.argv[1:], - "hs:o:d:l", + "hs:o:l:d", ["help","songbook=","output=","depend","library="]) except getopt.GetoptError, err: # print help and exit