mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
PR: ports/200631 Submitted by: Walter Hop Security: VuXML: bd1ab7a5-0e01-11e5-9976-a0f3c100ae18
12 lines
553 B
C
12 lines
553 B
C
--- console/tidy.c.orig 2008-03-22 20:53:08 UTC
|
|
+++ console/tidy.c
|
|
@@ -1031,6 +1031,9 @@ int main( int argc, char** argv )
|
|
else if ( strcasecmp(arg, "quiet") == 0 )
|
|
tidyOptSetBool( tdoc, TidyQuiet, yes );
|
|
|
|
+ else if ( strcasecmp(arg, "preserve") == 0 ) /* NOOP for docproj */
|
|
+ printf( errout, "Warning: tidy-devel does not honour the -preserve flag\n");
|
|
+
|
|
else if ( strcasecmp(arg, "help") == 0 ||
|
|
strcasecmp(arg, "h") == 0 || *arg == '?' )
|
|
{
|