diff --git a/pywb/manager/manager.py b/pywb/manager/manager.py index 06de6e57..1b833256 100644 --- a/pywb/manager/manager.py +++ b/pywb/manager/manager.py @@ -497,7 +497,7 @@ def do_add(r): m.add_archives(r.files, r.unpack_wacz) add_archives_help = 'Copy ARCs/WARCs to collection directory and reindex' - add_unpack_wacz_help = 'Copy WARCs and indices from WACZ to collection directory' + add_unpack_wacz_help = 'Copy WARCs from WACZ to collection directory and reindex' add_archives = subparsers.add_parser('add', help=add_archives_help) add_archives.add_argument( '--unpack-wacz',