Skip to content

Commit 1ea897d

Browse files
authored
Align correctly CLI help texts
1 parent d254c5c commit 1ea897d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ It will download the last version of every file present on Wayback Machine to `.
3232

3333
Optional options:
3434
-d, --directory PATH Directory to save the downloaded files into
35-
Default is ./websites/ plus the domain name
35+
Default is ./websites/ plus the domain name
3636
-f, --from TIMESTAMP Only files on or after timestamp supplied (ie. 20060716231334)
3737
-t, --to TIMESTAMP Only files on or before timestamp supplied (ie. 20100916231334)
3838
-o, --only ONLY_FILTER Restrict downloading to urls that match this filter
39-
(use // notation for the filter to be treated as a regex)
39+
(use // notation for the filter to be treated as a regex)
4040
-x, --exclude EXCLUDE_FILTER Skip downloading of urls that match this filter
41-
(use // notation for the filter to be treated as a regex)
41+
(use // notation for the filter to be treated as a regex)
4242
-a, --all Expand downloading to error files (40x and 50x) and redirections (30x)
4343
-c, --concurrency NUMBER Number of multiple files to dowload at a time
44-
Default is one file at a time (ie. 20)
44+
Default is one file at a time (ie. 20)
4545
-p, --snapshot-pages NUMBER Maximum snapshot pages to consider (Default is 100)
46-
Count an average of 150,000 snapshots per page
46+
Count an average of 150,000 snapshots per page
4747
-l, --list Only list file urls in a JSON format with the archived timestamps, won't download anything.
4848
-v, --version Display version
4949

0 commit comments

Comments
 (0)