Browse Source

fix wrong python option

remotes/origin/HEAD
Romain Goffe 12 years ago
parent
commit
a4fb04315c
  1. 2
      songbook.py

2
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

Loading…
Cancel
Save