diff --git a/README.md b/README.md index bd1691c..5951853 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ The flags are: Unix timestamp to override as modification time for all files -private unexport functions by prefixing them with esc, e.g. FS -> escFS +-no-compress + do not compress files ``` ## Accessing Embedded Files diff --git a/doc.go b/doc.go index 3ca0254..cc6c4be 100644 --- a/doc.go +++ b/doc.go @@ -23,6 +23,10 @@ The flags are: regular expression for files to include -modtime="" Unix timestamp to override as modification time for all files + -private + unexport functions by prefixing them with esc, e.g. FS -> escFS + -no-compress + do not compress files Accessing Embedded Files