diff options
| author | Benjamin Linskey | 2025-08-13 16:28:43 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2025-08-13 16:28:43 -0400 |
| commit | f5970ac2d29374e02139aa837566d50a4e3f1efa (patch) | |
| tree | ab747202aa4b1e76856e55fffee2f62bbb2759de | |
| parent | 7cb40b7e74f38cc9c83e64b7cb9fbbbe4397a9ef (diff) | |
| download | zfs-snapshots-f5970ac2d29374e02139aa837566d50a4e3f1efa.tar.gz | |
Improve documentation
| -rwxr-xr-x | snapshots.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snapshots.sh b/snapshots.sh index 1e39183..d432526 100755 --- a/snapshots.sh +++ b/snapshots.sh @@ -41,7 +41,7 @@ # -c create snapshot(s) (requires -t) # -p prune snapshots (requires -t and -k) # -l list snapshots -# -r recursively create or delete snapshots +# -r recursively create, prune, or list snapshots # -n dry run: print commands that would be executed, but do not # actually modify data # -v verbose mode |