diff --git a/src/zip-tool.cpp b/src/zip-tool.cpp index 0da5728..840729a 100644 --- a/src/zip-tool.cpp +++ b/src/zip-tool.cpp @@ -39,6 +39,9 @@ int main(int argc, char** argv) { if (argc < 3) { + std::cerr << "Usage: " << argv[0] << " " << std::endl << std::endl + << "Recursively scan and add all files found to the ZIP archive " + << std::endl; return 1; }