diff options
author | Nils <git@velohero.com> | 2016-11-07 21:05:28 +0100 |
---|---|---|
committer | Nils <git@velohero.com> | 2016-11-07 21:05:28 +0100 |
commit | b998e623e330c59304ec46a9c299300867d2c4a9 (patch) | |
tree | 641ed1e57af12c07879966586006de5445824dde | |
parent | fab72851e5f42ae48104df1ddf938051f43767c1 (diff) |
usage update
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -31,7 +31,12 @@ Under macOS you can install it with MacPort (https://www.macports.org/): `sudo p Usage ----- - gallery.sh [-t <title>] [-h] + gallery.sh [-t <title>] [-d <thumbdir>] [-h]: + [-t <title>] sets the title (default: Gallery) + [-d <thumbdir>] sets the thumbdir (default: __thumbs) + [-h] displays help (this message) + +Example: `gallery.sh` or `gallery.sh -t "My Photos" -d "thumbs"` `gallery.sh` works in the **current** directory. Just load the index.html in a browser see the output. |