Skip to content
Snippets Groups Projects
Commit 02253ba3 authored by Alice Brenon's avatar Alice Brenon
Browse files

Clarify help message in LGE source extractor

parent 9ed2ef55
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ else
SOURCE="${1}"
TARGET="${2}"
[ -d "${SOURCE}" ] || die "SOURCE_DIRECTORY must be a directory (containing one ALTO/LGE/T<T> directory with one ALTO-XML file per page)"
[ -d "${TARGET}" ] || die "TARGET_DIRECTORY must be a directory (where output will be generated)"
[ -d "${TARGET}" ] || die "TARGET_DIRECTORY must be a(n existing) directory (where output will be generated)"
fi
cd "${SOURCE}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment