bug#15926: RFE: unlink command already uses 'unlink' call; make 'rm' use (original) (raw)
On 11/21/2013 09:18 AM, Bernhard Voelker wrote:
- /* If true (and the -r option is also specified), remove all children
of directory arguments, yet retaining the directory itself. */
- bool children_only;
Should --children-only imply -r, rather than being a no-op when -r is missing?