From b1113d57ae96db68805edc045c9c21e63a253d8d Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 20 Dec 2014 11:42:27 -0800 Subject: [PATCH] Correcting doc string based on updated command-line arguments source. --- atticmatic/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(