summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-05-09 20:47:24 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-05-09 20:47:24 +0200
commit2840f3a2e8d471dc083e3cdf2e78f3de7a7d6bc4 (patch)
treec0656beff44fd2ac3f112eaf0d13f20163ddf3a1 /docs
parenta1500f699618928e52a90dc1c564c4d3e328e736 (diff)
refactor
Diffstat (limited to 'docs')
-rw-r--r--docs/photoalbum.15
-rw-r--r--docs/photoalbum.pod6
-rw-r--r--docs/photoalbum.txt4
3 files changed, 3 insertions, 12 deletions
diff --git a/docs/photoalbum.1 b/docs/photoalbum.1
index 5f47e06..b635a41 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|version|generate|all [rcfile]
+photoalbum clean|version|generate [rcfile]
photoalbum makemake
.IP "clean" 4
.IX Item "clean"
@@ -144,9 +144,6 @@ Prints out the version
.IP "generate" 4
.IX Item "generate"
Generates the static photoalbum
-.IP "all" 4
-.IX Item "all"
-This just runs 'clean generate' right after another.
.IP "makemake" 4
.IX Item "makemake"
Creates a Makefile and photoalbumrc in the current working directory.
diff --git a/docs/photoalbum.pod b/docs/photoalbum.pod
index e265954..242860f 100644
--- a/docs/photoalbum.pod
+++ b/docs/photoalbum.pod
@@ -4,7 +4,7 @@ photoalbum - photoalbum is a minimal bash script for linux to generate static we
=head1 SYNOPSIS
-photoalbum clean|version|generate|all [rcfile]
+photoalbum clean|version|generate [rcfile]
photoalbum makemake
=over
@@ -21,10 +21,6 @@ Prints out the version
Generates the static photoalbum
-=item all
-
-This just runs 'clean generate' right after another.
-
=item makemake
Creates a Makefile and photoalbumrc in the current working directory.
diff --git a/docs/photoalbum.txt b/docs/photoalbum.txt
index c2cfb8a..093e3a4 100644
--- a/docs/photoalbum.txt
+++ b/docs/photoalbum.txt
@@ -3,7 +3,7 @@ NAME
static web photo albums.
SYNOPSIS
- photoalbum clean|version|generate|all [rcfile] photoalbum makemake
+ photoalbum clean|version|generate [rcfile] photoalbum makemake
clean
Cleans up the working space
@@ -14,8 +14,6 @@ SYNOPSIS
generate
Generates the static photoalbum
- all This just runs 'clean generate' right after another.
-
makemake
Creates a Makefile and photoalbumrc in the current working
directory.