Skip to content

Commit 3e5928b

Browse files
committed
removed mention of bin/holdings_deleter.rb from README
1 parent 3b82b52 commit 3e5928b

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -129,23 +129,4 @@ It does NOT attempt to update the concordance as it may conflict with reporting
129129

130130
## Other Actions
131131

132-
### Delete Holdings
133-
134-
`bin/holdings_deleter.rb` can delete a set of holdings which matches the given criteria.
135-
Critera are given on the commandline as key-value pairs, where the key corresponds to a field on `Clusterable::Holding`.
136-
137-
It is invoked as:
138-
`bundle exec ruby bin/holdings_deleter.rb --key_1 val_1 ... --key_n val_n`
139-
140-
Internally the criteria are joined with an `AND`-operator, so:
141-
142-
`bundle exec ruby bin/holdings_deleter.rb --organization starfleet --status WD`
143-
144-
... would delete all holdings held by starfleet AND with status WD, nothing else.
145-
146-
Additional non-field control switches are:
147-
148-
* `--noop` if you don't actually want to execute the deletes
149-
* `--verbose` for extra logging
150-
* `--leave_empties` if you don't want to delete empty clusters that may result from deleting holdings.
151-
* `--help` for the full set of options available.
132+
...

0 commit comments

Comments
 (0)