aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/config/configcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/config/configcommand.h')
-rw-r--r--src/app/config/configcommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config/configcommand.h b/src/app/config/configcommand.h
index 1574e3745..f8e2a8ae9 100644
--- a/src/app/config/configcommand.h
+++ b/src/app/config/configcommand.h
@@ -47,7 +47,7 @@
class ConfigCommand
{
public:
- enum Command { CfgSet, CfgUnset, CfgList, CfgExport, CfgImport, CfgNone };
+ enum Command { CfgSet, CfgUnset, CfgList, CfgExport, CfgImport, CfgAddProfile, CfgNone };
ConfigCommand() : command(CfgNone) {}