From edc4b9e60e98c66840738d29c6ccb403bfcbe9e9 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 17 Nov 2019 22:49:16 -0800 Subject: [PATCH] Update the command-line help description. --- borgmatic/commands/arguments.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/borgmatic/commands/arguments.py b/borgmatic/commands/arguments.py index dd5cbeb6..08db36b3 100644 --- a/borgmatic/commands/arguments.py +++ b/borgmatic/commands/arguments.py @@ -172,9 +172,9 @@ def parse_arguments(*unparsed_arguments): top_level_parser = ArgumentParser( description=''' - A simple wrapper script for the Borg backup software that creates and prunes backups. - If none of the action options are given, then borgmatic defaults to: prune, create, and - check archives. + Simple, configuration-driven backup software for servers and workstations. If none of + the action options are given, then borgmatic defaults to: prune, create, and check + archives. ''', parents=[global_parser], )