Skip to content

Commit bb7ae50

Browse files
authored
Merge pull request #435 from openzim/fix_usage_example
Fix zimwriterfs usage sample command
2 parents 870a087 + 413fc62 commit bb7ae50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zimwriterfs/zimwriterfs.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ void usage()
235235
std::cout << "Example:" << std::endl;
236236
std::cout
237237
<< "\tzimwriterfs --welcome=index.html --illustration=illustration.png --language=fra --title=foobar --description=mydescription \\\n\t\t\
238-
--creator=Wikipedia --publisher=Kiwix ./my_project_html_directory my_project.zim"
238+
--creator=Wikipedia --publisher=Kiwix --name tests_fra_my-project ./my_project_html_directory tests_fra_my-project_202412.zim"
239239
<< std::endl;
240240
std::cout << std::endl;
241241

0 commit comments

Comments
 (0)