Skip to content

Commit

Permalink
Merge pull request #4 from jabadie-iseatz/master
Browse files Browse the repository at this point in the history
Change help and documentation to reflect use of 'V' instead of 'v' for volume specific options.
  • Loading branch information
benjie committed Jun 10, 2015
2 parents b8a0a6b + 9455371 commit 9fe54a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ From the help message:
-q Quiet
-d Actually perform operations (delete/do it)
-a365:30:7:3 Set global options
-v'vol-abcdefgh:365:30:7:3' Set options for specific volume
-V'vol-abcdefgh:365:30:7:3' Set options for specific volume

Options are specified as 4 ages, in days, for each operation
1st: delete all older snapshots
Expand Down
2 changes: 1 addition & 1 deletion ec2-prune-snapshots.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function keepSnapShot($ts, $lastSavedTs, $settings) {
echo "\t-q\t\tQuiet\n";
echo "\t-d\t\tActually perform operations (delete/do it)\n";
echo "\t-a365:30:7:3\tSet global options\n";
echo "\t-v'vol-abcdefgh:365:30:7:3'\tSet options for specific volume\n";
echo "\t-V'vol-abcdefgh:365:30:7:3'\tSet options for specific volume\n";
echo "\n";
echo "Options are specified as 4 ages, in days, for each operation\n";
echo "\t1st: delete all older snapshots\n";
Expand Down

0 comments on commit 9fe54a6

Please sign in to comment.