Skip to content

Commit 20e42c9

Browse files
author
Qianqian Zhu
committed
small fixes on option message
1 parent 5aa07b5 commit 20e42c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/command/marian_conv.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ int main(int argc, char** argv) {
1818
YAML::Node config; // @TODO: get rid of YAML::Node here entirely to avoid the pattern. Currently not fixing as it requires more changes to the Options object.
1919
auto cli = New<cli::CLIWrapper>(
2020
config,
21-
"Convert a model in the .npz format and normal memory layout to a mmap-able binary model which could be in normal memory layout or packed memory layout",
21+
"Convert a model in the .npz format and normal memory layout to a mmap-able binary model which could be in normal memory layout or packed memory layout\n"
22+
"or convert a text lexical shortlist to a binary shortlist with {--shortlist,-s} option",
2223
"Allowed options",
2324
"Examples:\n"
2425
" ./marian-conv -f model.npz -t model.bin --gemm-type packed16");

0 commit comments

Comments
 (0)