diff options
author | fishsoupisgood <github@madingley.org> | 2018-04-02 13:22:11 +0100 |
---|---|---|
committer | fishsoupisgood <github@madingley.org> | 2018-04-02 13:22:11 +0100 |
commit | a579468e37a003185329493eb8db2792204865fb (patch) | |
tree | 162f9602efec5ad13f604719fc837609639128f7 | |
parent | 474a742245441cdb3f588fa195a74a2947c9f1d5 (diff) | |
download | sympathy-a579468e37a003185329493eb8db2792204865fb.tar.gz sympathy-a579468e37a003185329493eb8db2792204865fb.tar.bz2 sympathy-a579468e37a003185329493eb8db2792204865fb.zip |
allow disabling console check
-rw-r--r-- | apps/sympathy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sympathy.c b/apps/sympathy.c index 0fcf238..8630679 100644 --- a/apps/sympathy.c +++ b/apps/sympathy.c @@ -558,7 +558,7 @@ main (int argc, char *argv[]) memset (oflags, 0, sizeof (oflags)); memset (oargs, 0, sizeof (oargs)); - while ((c = getopt (argc, argv, "BI:NCSRP:vw:utscr:lKHd:pb:fL:Fk:n:")) != EOF) + while ((c = getopt (argc, argv, "DBI:NCSRP:vw:utscr:lKHd:pb:fL:Fk:n:")) != EOF) { switch (c) { |