Clarify comments

This commit is contained in:
Alex Cabal 2024-12-05 11:22:37 -06:00
parent ad980bd1d3
commit 77540dacbb
2 changed files with 9 additions and 5 deletions

View file

@ -15,7 +15,7 @@ if(isset($options['v']) || isset($options['verbose'])){
}
if($ebookWwwFilesystemPath === null){
print("Expected usage: update-ebook-database [-v,--verbose] --ebook-www-filesystem-path <path>\n");
print("Usage: update-ebook-database [-v,--verbose] --ebook-www-filesystem-path PATH\n");
exit(1);
}