From e66e6af5606573a4b1591e9ae69b07e34515b24c Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 29 Oct 2016 15:35:31 +0200 Subject: [PATCH] Add -lk (list keys) help) --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 3a927ef..d30f9a9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,6 +32,7 @@ void usage() { cout<<" -p porfilefile :\tLoad a profile\n"; cout<<"\n"; cout<<" -h | --help :\t\tthis help message\n"; + cout<<" -lk | --list-keys :\t\tList keys in groups\n"; cout<<"\n"; cout<<"color formats :\t\tRRGGBB (hex value for red, green and blue)\n"; cout<<"\n";