mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-29 07:01:45 +00:00
Add usage info to zip-tool utility
MD-19678 #time 5m
This commit is contained in:
parent
0472a4e991
commit
ec3d09000b
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ int main(int argc, char** argv)
|
|||
{
|
||||
if (argc < 3)
|
||||
{
|
||||
std::cerr << "Usage: " << argv[0] << " <archive name> <input dir>" << std::endl << std::endl
|
||||
<< "Recursively scan <input dir> and add all files found to the ZIP archive <archive name>"
|
||||
<< std::endl;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue