merge action and search category

This commit is contained in:
Antonio SJ Musumeci
2015-02-05 18:23:01 -05:00
parent 58ec83dcd8
commit 2e95c6e78e
17 changed files with 26 additions and 36 deletions
-2
View File
@@ -57,8 +57,6 @@ process_opt(config::Config &config,
config.create = Policy::find(argvalue[1]);
else if(argvalue[0] == "search")
config.search = Policy::find(argvalue[1]);
else if(argvalue[0] == "action")
config.action = Policy::find(argvalue[1]);
else
rv = 1;
break;