diff --git a/atticmatic/command.py b/atticmatic/command.py index 4623c47b9..ff31ca786 100644 --- a/atticmatic/command.py +++ b/atticmatic/command.py @@ -13,7 +13,7 @@ DEFAULT_EXCLUDES_FILENAME = '/etc/atticmatic/excludes' 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.add_argument(