mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-30 21:33:00 +02:00
Correcting doc string based on updated command-line arguments source.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user