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 a054e66 commit d277e60Copy full SHA for d277e60
src/cli/Main.cpp
@@ -307,7 +307,7 @@ int main(int argc, const char* const* argv) {
307
cli.set_assign_chars("=:");
308
#endif
309
310
- cli.add_description("This program currently has six modes:\n"
+ cli.add_description("This program currently has seven modes:\n"
311
" - Pack: Packs the contents of a given directory into a VPK.\n"
312
" - Extract: Extracts files from the given pack file.\n"
313
" - Generate: Generates files related to VPK creation, such as a public/private keypair.\n"
0 commit comments