1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Update help text

This commit is contained in:
Tessa Walsh 2024-04-24 10:57:59 +02:00
parent 786205921c
commit 8362dd391b

View File

@ -497,7 +497,7 @@ Create manage file based web archive collections
m.add_archives(r.files, r.unpack_wacz) m.add_archives(r.files, r.unpack_wacz)
add_archives_help = 'Copy ARCs/WARCs to collection directory and reindex' 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 = subparsers.add_parser('add', help=add_archives_help)
add_archives.add_argument( add_archives.add_argument(
'--unpack-wacz', '--unpack-wacz',