diff options
author | cobat <cobat@yandex-team.ru> | 2022-02-10 16:49:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:07 +0300 |
commit | e486e109b08823b61996f2154f0bc6b7c27a4af4 (patch) | |
tree | cb98553f871fe96452fd02bd46a1a4e0cf165844 /library/cpp/codecs/static/tools/static_codec_generator/README | |
parent | 85e7b8b43a12f69b4721aee71dea28491c9bd503 (diff) | |
download | ydb-e486e109b08823b61996f2154f0bc6b7c27a4af4.tar.gz |
Restoring authorship annotation for <cobat@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/codecs/static/tools/static_codec_generator/README')
-rw-r--r-- | library/cpp/codecs/static/tools/static_codec_generator/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/codecs/static/tools/static_codec_generator/README b/library/cpp/codecs/static/tools/static_codec_generator/README index e6bb52b959..e7900ddcca 100644 --- a/library/cpp/codecs/static/tools/static_codec_generator/README +++ b/library/cpp/codecs/static/tools/static_codec_generator/README @@ -1,4 +1,4 @@ -This is a utility for reproducible teaching of a codec. And also for saving it into a file with a unique name for a static compilation as a resource. +This is a utility for reproducible teaching of a codec. And also for saving it into a file with a unique name for a static compilation as a resource. -Usage: +Usage: static_codec_generator -t -m 'the training data description' -f plain samples.txt |