Explorar o código

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

Dan Helfman %!s(int64=10) %!d(string=hai) anos
pai
achega
6d4e40a819
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      atticmatic/command.py

+ 1 - 1
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(