summaryrefslogtreecommitdiffstats
path: root/contrib/gen_manual/README.md
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2016-11-11 01:58:25 (GMT)
committerGitHub <noreply@github.com>2016-11-11 01:58:25 (GMT)
commit7d2e4b3cfe7edeaf5ff0d71c672a47086bdbdad2 (patch)
tree39016706f705efb7639d27d9e80f07d7b8a13403 /contrib/gen_manual/README.md
parent1f246a98992fa7035823bedf6a0b7612fc290592 (diff)
parent5b37837e6e872bb57c8c7d07d6d4ff94176b8c59 (diff)
downloadlz4-7d2e4b3cfe7edeaf5ff0d71c672a47086bdbdad2.zip
lz4-7d2e4b3cfe7edeaf5ff0d71c672a47086bdbdad2.tar.gz
lz4-7d2e4b3cfe7edeaf5ff0d71c672a47086bdbdad2.tar.bz2
Merge pull request #265 from terrelln/rm-zstd
Fix license and remove references to zstd
Diffstat (limited to 'contrib/gen_manual/README.md')
-rw-r--r--contrib/gen_manual/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gen_manual/README.md b/contrib/gen_manual/README.md
index 3d146d4..853e623 100644
--- a/contrib/gen_manual/README.md
+++ b/contrib/gen_manual/README.md
@@ -1,5 +1,5 @@
-gen_manual - a program for automatic generation of zstd manual
-============================================================
+gen_manual - a program for automatic generation of lz4 manual
+=============================================================
#### Introduction
@@ -27,5 +27,5 @@ gen_manual [lz4_version] [input_file] [output_html]
To compile program and generate lz4 manual we have used:
```
make
-./gen_manual.exe 1.7.3 ../../lib/lz4.h zstd_manual.html
+./gen_manual.exe 1.7.3 ../../lib/lz4.h lz4_manual.html
```