Skip to content

Commit

Permalink
Merge pull request #410 from openzim/mandatory-name
Browse files Browse the repository at this point in the history
Name is a mandatory metadata
  • Loading branch information
kelson42 committed Jun 2, 2024
2 parents ffb02ff + 950495a commit 663b9ca
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;
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 663b9ca

Please sign in to comment.