From 9cb8c98ff17827c5f9a91de9ccf5146faa6701d7 Mon Sep 17 00:00:00 2001 From: Akron Date: Fri, 22 Mar 2024 10:46:56 +0100 Subject: [PATCH] Reintroduce shell indicators Change-Id: I0d9af720169fc19657db1d757e9fe16d4663e0b5 --- Readme.pod | 10 +++++----- script/korapxml2krill | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Readme.pod b/Readme.pod index ce884a3..37d30a7 100644 --- a/Readme.pod +++ b/Readme.pod @@ -9,7 +9,7 @@ korapxml2krill - Merge KorAP-XML data and create Krill documents =head1 SYNOPSIS - korapxml2krill [archive|extract] --input [options] + $ korapxml2krill [archive|extract] --input [options] =head1 DESCRIPTION @@ -34,7 +34,7 @@ In addition to work with zip archives, the C tool needs to be present. =head1 ARGUMENTS - korapxml2krill -z --input --output + $ korapxml2krill -z --input --output Without arguments, C converts a directory of a single KorAP-XML document. It expects the input to point to the text level folder. @@ -43,7 +43,7 @@ It expects the input to point to the text level folder. =item B - korapxml2krill archive -z --input --output + $ korapxml2krill archive -z --input --output Converts an archive of KorAP-XML documents. It expects a directory (pointing to the corpus level folder) or one or more zip files as input. @@ -56,7 +56,7 @@ Extracts KorAP-XML documents from a zip file. =item B - korapxml2krill serial -i -i -o -cfg + $ korapxml2krill serial -i -i -o -cfg Convert archives sequentially. The inputs are not merged but treated as they are (so they may be premerged or globs). @@ -67,7 +67,7 @@ the output will be a tar file. =item B - korapxml2krill slimlog > + $ korapxml2krill slimlog > Filters out all useless aka succesfull information from logs, to simplify log checks. Expects no further options. diff --git a/script/korapxml2krill b/script/korapxml2krill index 081c7cf..0a5a05f 100755 --- a/script/korapxml2krill +++ b/script/korapxml2krill @@ -1101,7 +1101,7 @@ korapxml2krill - Merge KorAP-XML data and create Krill documents =head1 SYNOPSIS - korapxml2krill [archive|extract] --input [options] + $ korapxml2krill [archive|extract] --input [options] =head1 DESCRIPTION @@ -1115,7 +1115,7 @@ The C command line tool is a simple wrapper of this library. The preferred way to install L is to use L. - cpanm https://github.com/KorAP/KorAP-XML-Krill.git + $ cpanm https://github.com/KorAP/KorAP-XML-Krill.git In case everything went well, the C tool will be available on your command line immediately. @@ -1126,7 +1126,7 @@ In addition to work with zip archives, the C tool needs to be present. =head1 ARGUMENTS - korapxml2krill -z --input --output + $ korapxml2krill -z --input --output Without arguments, C converts a directory of a single KorAP-XML document. It expects the input to point to the text level folder. @@ -1135,20 +1135,20 @@ It expects the input to point to the text level folder. =item B - korapxml2krill archive -z --input --output + $ korapxml2krill archive -z --input --output Converts an archive of KorAP-XML documents. It expects a directory (pointing to the corpus level folder) or one or more zip files as input. =item B - korapxml2krill extract --input --output --sigle + $ korapxml2krill extract --input --output --sigle Extracts KorAP-XML documents from a zip file. =item B - korapxml2krill serial -i -i -o -cfg + $ korapxml2krill serial -i -i -o -cfg Convert archives sequentially. The inputs are not merged but treated as they are (so they may be premerged or globs). @@ -1159,7 +1159,7 @@ the output will be a tar file. =item B - korapxml2krill slimlog > + $ korapxml2krill slimlog > Filters out all useless aka succesfull information from logs, to simplify log checks. Expects no further options.