Skip to content

Commit

Permalink
Simplify documentation, bump version
Browse files Browse the repository at this point in the history
Remove the "creates and destroys snapshots only when it makes sense"
note and the associated footnote.
  • Loading branch information
Jehops committed Aug 25, 2016
1 parent 543dbba commit e3389f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*** Key features
- no configuration files
- uses "namespaces" to avoid collisions with other snapshots
- creates and destroys snapshots only when it makes sense [2]
- written in POSIX sh

** Synopsis
Expand Down Expand Up @@ -79,5 +78,3 @@ SHELL=/bin/sh

[1] zap was influenced by zfSnap, which is under a BEER-WARE license.
We owe the author a beer.

[2] If the pool is in a DEGRADED state, zap will not destroy snapshots.
5 changes: 1 addition & 4 deletions zap
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,19 @@
#
# - no configuration files
# - uses "namespaces" to avoid collisions with other snapshots
# - creates and destroys snapshots only when it makes sense [1,2]
# - written in POSIX sh
#
# [1] zap was influenced by zfSnap, which is under a BEER-WARE license. We owe
# the authors a beer.
#
# [2] If the pool is in a DEGRADED state, zap will not destroy snapshots.
#

fatal () {
echo "FATAL: $*" > /dev/stderr
exit 1
}

help () {
readonly version=0.4.0
readonly version=0.4.1

cat <<EOF
NAME
Expand Down

0 comments on commit e3389f5

Please sign in to comment.