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