Commit Diff


commit - 3304ae77cac645c4050490bd7ce339bf7f8afc77
commit + a2471084d8acdf713461bf5f2e48b561e4921290
blob - ea04154c4340d36d28532d3551a993ad32703778
blob + 44d50bc125ed88aa0d536dfcd1e9f8e33cb67265
--- vostok/args.cc
+++ vostok/args.cc
@@ -30,7 +30,7 @@ bool usage(const char *program)
     error::g_log << "\t-f PATH : Path to file system data [REQUIRED]" << std::endl;
     error::g_log << "\t-m FILE : Path to file mime.types" << std::endl;
     error::g_log << "\t-g PATH : VGI (CGI-like) path prefix (case sensitive, without normalization)" << std::endl;
-    error::g_log << "\t-e PATH : VGI (CGI-like) execution command" << std::endl;
+    error::g_log << "\t-e CMD  : VGI (CGI-like) command" << std::endl;
 
     return false;
 }