Show both long and short flag options

This commit is contained in:
Mike Colagrosso 2024-04-21 22:05:59 -06:00 committed by Alex Cabal
parent 254bf8b3d7
commit 8599dfcc09

View file

@ -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);
} }