mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Show both long and short flag options
This commit is contained in:
parent
254bf8b3d7
commit
8599dfcc09
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if(isset($options['v']) || isset($options['verbose'])){
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!$ebookWwwFilesystemPath){
|
if(!$ebookWwwFilesystemPath){
|
||||||
print("Expected usage: update-ebook-database [-v] --ebookWwwFilesystemPath <path>\n");
|
print("Expected usage: update-ebook-database [-v,--verbose] --ebookWwwFilesystemPath <path>\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue