aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 8884b3e..181c555 100644
--- a/main.c
+++ b/main.c
@@ -70,7 +70,7 @@ int main(int argc, char* argv[])
{0, 0, 0, 0}
};
- while ((opt = getopt_long(argc, argv, "+hn:f:u:g:", long_options, NULL)) != EOF) {
+ while ((opt = getopt_long(argc, argv, "+hn:f:u:g:e:", long_options, NULL)) != EOF) {
switch (opt) {
case 'h':
usage(argv[0]);