From 6db7af79e09c2e41bded85629411b6df5396ba92 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 30cbf31..0ffd53a 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." << endl; cout << " -h|--help Print this help." << endl; cout << " --verbose Print additional information such as profiles and settings." << endl; + cout << " -v|--version Print the program name and version." << endl; return 0; }