diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-29 15:16:11 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-29 15:16:11 +0100 |
| commit | 1d3016a3800530f2de56b787643ef4550d09f5ba (patch) | |
| tree | f4314ecbd0d05c87ccfe5fbfefe19705294509fe | |
| parent | 90ce40e61fcd54b6ec67467de17fd04224139066 (diff) | |
What happened last night can happen again.
| -rw-r--r-- | docs/photoalbum.1 | 5 | ||||
| -rw-r--r-- | docs/photoalbum.txt | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/docs/photoalbum.1 b/docs/photoalbum.1 index fc67143..93952b4 100644 --- a/docs/photoalbum.1 +++ b/docs/photoalbum.1 @@ -133,7 +133,7 @@ photoalbum \- photoalbum is a minimal bash script for linux to generate static web photo albums. .SH "SYNOPSIS" .IX Header "SYNOPSIS" -photoalbum [clean|init|version|generate] +photoalbum [clean|init|version|generate|all] .IP "clean" 4 .IX Item "clean" Cleans up the working space @@ -146,6 +146,9 @@ Prints out the version .IP "generate" 4 .IX Item "generate" Generates the static photoalbum +.IP "all" 4 +.IX Item "all" +This just runs 'clean init generate' right after another. .SS "\s-1TUTORIAL\s0" .IX Subsection "TUTORIAL" * See if /etc/default/photoalbum fits your needs. If not, copy /etc/default/photoalbum to ~/.photoalbumrc in order to customize it. diff --git a/docs/photoalbum.txt b/docs/photoalbum.txt index a111807..315b86b 100644 --- a/docs/photoalbum.txt +++ b/docs/photoalbum.txt @@ -3,7 +3,7 @@ NAME static web photo albums. SYNOPSIS - photoalbum [clean|init|version|generate] + photoalbum [clean|init|version|generate|all] clean Cleans up the working space @@ -17,6 +17,8 @@ SYNOPSIS generate Generates the static photoalbum + all This just runs 'clean init generate' right after another. + TUTORIAL * See if /etc/default/photoalbum fits your needs. If not, copy /etc/default/photoalbum to ~/.photoalbumrc in order to customize it. |
