Skip to content

Commit

Permalink
Update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Apr 24, 2024
1 parent 7862059 commit 8362dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywb/manager/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8362dd3

Please sign in to comment.