From 0068071c0c632442391777d95edd9d12813f31ff Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 29 Oct 2016 15:36:14 +0200 Subject: [PATCH] Add -lk (list keys) help) --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index d30f9a9..edec6d9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,7 +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<<" -lk | --list-keys :\tList keys in groups\n"; cout<<"\n"; cout<<"color formats :\t\tRRGGBB (hex value for red, green and blue)\n"; cout<<"\n";