mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
08a006d08a
'__' instead.
13 lines
543 B
C
13 lines
543 B
C
--- console/tidy.c.orig Sat Mar 6 08:59:12 2004
|
|
+++ console/tidy.c Fri Mar 12 18:16:30 2004
|
|
@@ -505,6 +505,9 @@
|
|
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 == '?' )
|
|
{
|