improve help message for tiny-httpd-vfs-pack

This commit is contained in:
Simon Cruanes 2023-09-21 13:01:30 -04:00
parent 18780db853
commit 38680e080c
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -117,6 +117,10 @@ Each entry in the VFS can be added from the command line using:
--url=foo/bar,https://something.com/ to add an entry foo/bar in the VFS
with the content of the URL (downloaded using curl).
--mirror=prefix,some/dir/ copies the entire directory into the VFS
under prefix path "prefix". If prefix is empty, the directory is copied
directly into the root.
-F=file reads lines from file. Each line is a pair vfs_path,actual_path
and is processed as previously. If actual_path looks like an http(s) URL
it is treated as such.