We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb8a8e commit 122ea06Copy full SHA for 122ea06
src/overpass_api/osm-backend/update_database.cc
@@ -111,8 +111,13 @@ int main(int argc, char* argv[])
111
}
112
if (abort)
113
{
114
+#ifdef HAVE_LZ4
115
+ std::cerr<<"Usage: "<<argv[0]<<" [--db-dir=DIR] [--version=VER] [--meta|--keep-attic] [--flush_size=FLUSH_SIZE]"
116
+ " [--compression_method=(no|gz|lz4)]\n";
117
+#else
118
std::cerr<<"Usage: "<<argv[0]<<" [--db-dir=DIR] [--version=VER] [--meta|--keep-attic] [--flush_size=FLUSH_SIZE]"
119
" [--compression_method=(no|gz)]\n";
120
+#endif
121
return 0;
122
123
0 commit comments