From 24f8bf2c2f4794156d077e53b8311a119281827e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20N=C3=A6sbye=20Christensen?= Date: Mon, 31 Oct 2016 18:16:36 +0100 Subject: [PATCH] simple typo fix --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 4f57260..3a61001 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,7 +31,7 @@ void usage() { cout<<"\n"; cout<<" -c :\t\t\tCommit changes\n"; cout<<"\n"; - cout<<" -p porfilefile :\tLoad a profile\n"; + cout<<" -p profilefile :\tLoad a profile\n"; cout<<"\n"; cout<<" -h | --help :\t\tthis help message\n"; cout<<"\n";