diff options
Diffstat (limited to 'docs')
| -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. |
