Renamed arguments to args in new main.

This commit is contained in:
darko-poljak 2014-01-27 09:19:25 +01:00
parent 96dcbc1aab
commit 5d23ac53a3
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ def main():
import json
from docopt import docopt
arguments = docopt(__doc__)
args = docopt(__doc__)
topdirs = args['<directory>']
if not topdirs: