Update the command-line help description.
This commit is contained in:
parent
78ff734e6c
commit
edc4b9e60e
1 changed files with 3 additions and 3 deletions
|
@ -172,9 +172,9 @@ def parse_arguments(*unparsed_arguments):
|
||||||
|
|
||||||
top_level_parser = ArgumentParser(
|
top_level_parser = ArgumentParser(
|
||||||
description='''
|
description='''
|
||||||
A simple wrapper script for the Borg backup software that creates and prunes backups.
|
Simple, configuration-driven backup software for servers and workstations. If none of
|
||||||
If none of the action options are given, then borgmatic defaults to: prune, create, and
|
the action options are given, then borgmatic defaults to: prune, create, and check
|
||||||
check archives.
|
archives.
|
||||||
''',
|
''',
|
||||||
parents=[global_parser],
|
parents=[global_parser],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue