Skip to content

Commit

Permalink
fix(cli): we have seven modes now
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience committed Jul 18, 2024
1 parent a054e66 commit d277e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ int main(int argc, const char* const* argv) {
cli.set_assign_chars("=:");
#endif

cli.add_description("This program currently has six modes:\n"
cli.add_description("This program currently has seven modes:\n"
" - Pack: Packs the contents of a given directory into a VPK.\n"
" - Extract: Extracts files from the given pack file.\n"
" - Generate: Generates files related to VPK creation, such as a public/private keypair.\n"
Expand Down

0 comments on commit d277e60

Please sign in to comment.