diff options
Diffstat (limited to 'defines.o2')
-rw-r--r-- | defines.o2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/defines.o2 b/defines.o2 index 4dba1423c080a..1490cdcbb039b 100644 --- a/defines.o2 +++ b/defines.o2 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2017 Mark Nudelman + * Copyright (C) 1984-2019 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. @@ -86,7 +86,7 @@ #define PIPEC (!SECURE) /* - * LOGFILE is 1 if you wish to allow the -l option (to create log files). + * LOGFILE is 1 if you wish to allow the -o option (to create log files). */ #define LOGFILE (!SECURE) |