mirror of
https://github.com/xroche/httrack.git
synced 2026-05-17 08:26:14 +03:00
Typo
This commit is contained in:
@@ -126,7 +126,7 @@ function start-crawl {
|
||||
grep -E "^HTTrack Website Copier/[^ ]* mirror complete in " "${tmp}/hts-log.txt"
|
||||
;;
|
||||
--print-files)
|
||||
find "${tmp}" -type f -mindepth 1
|
||||
find "${tmp}" -mindepth 1 -type f
|
||||
;;
|
||||
--errors)
|
||||
shift
|
||||
|
||||
Reference in New Issue
Block a user