Skip to content

Commit

Permalink
Name is a mandatory metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed May 27, 2024
1 parent 3525f4a commit 545331a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/zimwriterfs/zimwriterfs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ void usage()
<< std::endl;
std::cout << "\t-l, --language\t\tlanguage code of the content in ISO639-3"
<< std::endl;
std::cout << "\t-n, --name\t\tcustom (version independent) identifier for "
"the content"
<< std::endl;

Check warning on line 185 in src/zimwriterfs/zimwriterfs.cpp

View check run for this annotation

Codecov / codecov/patch

src/zimwriterfs/zimwriterfs.cpp#L184-L185

Added lines #L184 - L185 were not covered by tests
std::cout << "\t-t, --title\t\ttitle of the ZIM file" << std::endl;
std::cout << "\t-d, --description\tshort description of the content"
<< std::endl;
Expand Down Expand Up @@ -217,9 +220,6 @@ void usage()
<< std::endl;
std::cout << "\t-a, --tags\t\ttags - semicolon separated" << std::endl;
std::cout << "\t-e, --source\t\tcontent source URL" << std::endl;
std::cout << "\t-n, --name\t\tcustom (version independent) identifier for "
"the content"
<< std::endl;
std::cout << "\t-o, --flavour\t\tcustom (version independent) content flavour"
<< std::endl;
std::cout << "\t-s, --scraper\t\tname & version of tool used to produce HTML content"
Expand Down

0 comments on commit 545331a

Please sign in to comment.