From 27b248d851cfb94d5938121187a42b5452227f43 Mon Sep 17 00:00:00 2001 From: Nick Hanley Date: Thu, 3 Mar 2022 17:23:46 -0500 Subject: [PATCH] Document the --version option --- app/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.cpp b/app/main.cpp index dea6d38..fe0bc38 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -58,6 +58,7 @@ int main(int argc, char *argv[]) cout << " -p|--profile Run cool-retro-term with the given profile." << '\n'; cout << " -h|--help Print this help." << '\n'; cout << " --verbose Print additional information such as profiles and settings." << '\n'; + cout << " -v|--version Print the program name and version." << '\n'; return 0; }