Skip to content

Commit 9419315

Browse files
committed
update readme
1 parent f6f651e commit 9419315

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![PyPI](https://img.shields.io/pypi/v/pywaybackup)](https://pypi.org/project/pywaybackup/)
44
[![PyPI - Downloads](https://img.shields.io/pypi/dm/pywaybackup)](https://pypi.org/project/pywaybackup/)
5-
![Python Version](https://img.shields.io/badge/Python-3.8-blue)
5+
![Python Version](https://img.shields.io/badge/Python-3.8--3.13-blue)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77

88
Downloading archived web pages from the [Wayback Machine](https://archive.org/web/).
@@ -118,8 +118,7 @@ output:
118118

119119
## cli
120120

121-
- `-h`, `--help`: Show the help message and exit.
122-
- `-v`, `--version`: Show information about the tool and exit.
121+
- `-h`, `--help`: Show the help message and exit. Version info is shown in the help header.
123122

124123
#### Required
125124

@@ -182,7 +181,7 @@ Parameters will change the download behavior for snapshots.
182181
Set verbosity level. Available levels:
183182
- `low` (or `quiet`, `minimal`, `min`): Essential output only (same as no flag)
184183
- `default` (or `normal`, `verbose`): Standard verbose output (default when flag is set)
185-
- `high` (or `debug`, `detailed`, `max`): Detailed verbose output
184+
- `high` (or `detailed`, `max`): Detailed verbose output
186185

187186
Examples: `--verbose`, `--verbose default`, `--verbose high`, `-v high`
188187

0 commit comments

Comments
 (0)