Fossil SCM
Fix cut and paste error in zlib option description.
Commit
2c24954c345aacf18aa455ee5256795776b544ae
Parent
75a0abacacf7710…
1 file changed
+1
-1
M
auto.def
+1
-1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -5,11 +5,11 @@ | ||
| 5 | 5 | options { |
| 6 | 6 | with-openssl:path|auto|tree|none |
| 7 | 7 | => {Look for OpenSSL in the given path, automatically, in the source tree, or none} |
| 8 | 8 | with-miniz=0 => {Use miniz from the source tree} |
| 9 | 9 | with-zlib:path|auto|tree |
| 10 | - => {Look for zlib in the given path, automatically, in the source tree, or none} | |
| 10 | + => {Look for zlib in the given path, automatically, or in the source tree} | |
| 11 | 11 | with-exec-rel-paths=0 |
| 12 | 12 | => {Enable relative paths for external diff/gdiff} |
| 13 | 13 | with-legacy-mv-rm=0 => {Enable legacy behavior for mv/rm (skip checkout files)} |
| 14 | 14 | with-th1-docs=0 => {Enable TH1 for embedded documentation pages} |
| 15 | 15 | with-th1-hooks=0 => {Enable TH1 hooks for commands and web pages} |
| 16 | 16 |
| --- auto.def | |
| +++ auto.def | |
| @@ -5,11 +5,11 @@ | |
| 5 | options { |
| 6 | with-openssl:path|auto|tree|none |
| 7 | => {Look for OpenSSL in the given path, automatically, in the source tree, or none} |
| 8 | with-miniz=0 => {Use miniz from the source tree} |
| 9 | with-zlib:path|auto|tree |
| 10 | => {Look for zlib in the given path, automatically, in the source tree, or none} |
| 11 | with-exec-rel-paths=0 |
| 12 | => {Enable relative paths for external diff/gdiff} |
| 13 | with-legacy-mv-rm=0 => {Enable legacy behavior for mv/rm (skip checkout files)} |
| 14 | with-th1-docs=0 => {Enable TH1 for embedded documentation pages} |
| 15 | with-th1-hooks=0 => {Enable TH1 hooks for commands and web pages} |
| 16 |
| --- auto.def | |
| +++ auto.def | |
| @@ -5,11 +5,11 @@ | |
| 5 | options { |
| 6 | with-openssl:path|auto|tree|none |
| 7 | => {Look for OpenSSL in the given path, automatically, in the source tree, or none} |
| 8 | with-miniz=0 => {Use miniz from the source tree} |
| 9 | with-zlib:path|auto|tree |
| 10 | => {Look for zlib in the given path, automatically, or in the source tree} |
| 11 | with-exec-rel-paths=0 |
| 12 | => {Enable relative paths for external diff/gdiff} |
| 13 | with-legacy-mv-rm=0 => {Enable legacy behavior for mv/rm (skip checkout files)} |
| 14 | with-th1-docs=0 => {Enable TH1 for embedded documentation pages} |
| 15 | with-th1-hooks=0 => {Enable TH1 hooks for commands and web pages} |
| 16 |