diff options
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | docs/photoalbum.1 | 2 | ||||
| -rwxr-xr-x | src/photoalbum.sh | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1 +1 @@ -0.1.2 +0.1.3-develop diff --git a/docs/photoalbum.1 b/docs/photoalbum.1 index 9a6829f..a64fd9a 100644 --- a/docs/photoalbum.1 +++ b/docs/photoalbum.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "PHOTOALBUM 1" -.TH PHOTOALBUM 1 "2013-12-29" "photoalbum 0.1.2" "User Commands" +.TH PHOTOALBUM 1 "2013-12-29" "photoalbum 0.1.3-develop" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/src/photoalbum.sh b/src/photoalbum.sh index ffe2bf0..c89dd50 100755 --- a/src/photoalbum.sh +++ b/src/photoalbum.sh @@ -10,7 +10,7 @@ usage () { cat - <<USAGE >&2 Usage: $0 [clean|init|version|generate|all] - USAGE +USAGE } init () { |
