Page MenuHomePhabricator

deleteBatch.php: mention stdin OK too
Closed, ResolvedPublic

Description

  • Usage: php deleteBatch.php [-u <user>] [-r <reason>] [-i <interval>] <listfile>

Say [listfile] not <listfile>

  • <listfile> is a file where each line contains the title of a page to be deleted.

Say

  • [listfile] is a file where each line contains the title of a page to be deleted, standard input is used if listfile is not given.

Do the same for the rest of the files in maintenance/ that accept stdin.


Version: 1.13.x
Severity: trivial

Details

Reference
bz16376

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:23 PM
bzimport set Reference to bz16376.
bzimport added a subscriber: Unknown Object (MLST).

fixed in r45372 (updated moveBatch.php too).