summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-10-16 09:53:50 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-10-16 09:53:50 -0500
commit13f6622dd87eab138dfbace420faef56667102df (patch)
treeb0506fe7639d5b90dbd05a49f1ccaa3fa02817fe
parent3cc671fc1d7fa16f02d0356fde34cc73562e8e8d (diff)
downloadlibpng-13f6622dd87eab138dfbace420faef56667102df.tar.gz
[pngcrush] Revised default "help" for -oldtimestamp and -newtimestampv1.7.40
-rw-r--r--pngcrush.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/pngcrush.c b/pngcrush.c
index 01bd2e836..721e65eec 100644
--- a/pngcrush.c
+++ b/pngcrush.c
@@ -6762,9 +6762,7 @@ struct options_help pngcrush_options[] = {
{2, ""},
#endif
- {0, " -newtimestamp"},
- {2, ""},
- {2, " Reset file modification time [default]."},
+ {0, " -newtimestamp (Reset file modification time [default])"},
{2, ""},
{0, " -nobail (do not bail out early from trial -- see -bail)"},
@@ -6783,9 +6781,7 @@ struct options_help pngcrush_options[] = {
{2, ""},
- {0, " -oldtimestamp"},
- {2, ""},
- {2, " Don't reset file modification time."},
+ {0, " -oldtimestamp (Do not reset file modification time)"},
{2, ""},
{0, " -ow (Overwrite)"},