aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/actionparser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/actionparser.c b/src/actionparser.c
index c4bfbc5..f04c1d5 100644
--- a/src/actionparser.c
+++ b/src/actionparser.c
@@ -25,9 +25,9 @@ const char* const strLIST[] = {"5", "list", "ls", "l", "-l", "-ls"};
const char* const strSEARCH[] = {"4", "search", "grep", "s", "-s"};
const char* const strHELP[] = {"5", "help", "h", "-?", "-h", "--help"};
const char* const strRESTORE[] = {"3", "restore","r", "-r"};
-const char* const strConfDir[] = {"2", "config", "-c"};
-const char* const strVersion[] = {"2", "version", "--version"};
+const char* const strConfDir[] = {"2", "--config", "-c"};
const char* const strVerbose1[] = {"2", "--verbose", "-v"};
+const char* const strVersion[] = {"2", "version", "--version"};
const char* const strVerbose2[] = {"2", "--Verbose", "-V"};
/* Number of opts */