Add -a option to help text

This commit is contained in:
2025-05-16 13:35:17 +02:00
parent 749652494e
commit 5c086d1c52

View File

@@ -11,7 +11,8 @@
using namespace std;
void print_help() {
cout << "usage: gitlabvers [-h|--version]\n";
cout << "usage: gitlabvers [-a|-h|--version]\n";
cout << " -a, --all show all versions from changelog\n";
cout << " -h, --help show this help text and exit\n";
cout << " --version show version number and exit\n";
}