Skip to content

Commit d277e60

Browse files
fix(cli): we have seven modes now
1 parent a054e66 commit d277e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ int main(int argc, const char* const* argv) {
307307
cli.set_assign_chars("=:");
308308
#endif
309309

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

0 commit comments

Comments
 (0)