mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Clarify comments
This commit is contained in:
parent
ad980bd1d3
commit
77540dacbb
2 changed files with 9 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue