aboutsummaryrefslogtreecommitdiffstats
path: root/src/opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt.h')
-rw-r--r--src/opt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/opt.h b/src/opt.h
index dee767c..45bc0bd 100644
--- a/src/opt.h
+++ b/src/opt.h
@@ -2,9 +2,9 @@
#define EVERY_OPT_H
enum opt_command_e {
- OPT_COMMAND_CONSOLE = 0,
- OPT_COMMAND_SCRIPT = 1,
- OPT_COMMAND_EDIT = 1,
+ OPT_COMMAND_CONSOLE,
+ OPT_COMMAND_SCRIPT,
+ OPT_COMMAND_EDIT,
};
void opt_parse(int argc, char **argv);