Correcting doc string based on updated command-line arguments source.

This commit is contained in:
Dan Helfman 2014-12-20 11:42:27 -08:00
parent de40570db4
commit 6d4e40a819
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ DEFAULT_EXCLUDES_FILENAME = '/etc/atticmatic/excludes'
def parse_arguments(*arguments): def parse_arguments(*arguments):
''' '''
Parse the command-line arguments from sys.argv and return them as an ArgumentParser instance. Parse the given command-line arguments and return them as an ArgumentParser instance.
''' '''
parser = ArgumentParser() parser = ArgumentParser()
parser.add_argument( parser.add_argument(