commit 282a9a4d0df1387c4ea0a14355c986cb8ff4d8cc
parent eb20a5b209c9cc74b59d1e66569e524b1950a8ed
Author: Frederic Cambus <fred@statdns.com>
Date: Wed, 16 Jan 2019 15:24:14 +0100
The '-e' switch is gone, reflect that in the list of options.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ansilove.c b/src/ansilove.c
@@ -81,7 +81,7 @@ main(int argc, char *argv[])
err(EXIT_FAILURE, "pledge");
}
- while ((getoptFlag = getopt(argc, argv, "b:c:def:him:o:rR:sv")) != -1) {
+ while ((getoptFlag = getopt(argc, argv, "b:c:df:him:o:rR:sv")) != -1) {
switch (getoptFlag) {
case 'b':
/* convert numeric command line flags to integer values */