1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-18 19:21:09 +00:00
uutils-coreutils/src/uu/rm
Jeffrey Finkelstein 2b531b78ef rm: correct prompt for removing inaccessible dir
Change the prompt when attempting to remove an inaccessible
directory. Before this commit, the prompt was

    rm: remove write-protected directory 'dir'?

After this commit, the prompt is

    rm: attempt removal of inaccessible directory 'dir'?

This required slightly adjusting the logic for which prompt messages to
display under which circumstances.

Fixes #7309.
2025-02-18 18:39:45 -05:00
..
src rm: correct prompt for removing inaccessible dir 2025-02-18 18:39:45 -05:00
benchmark.sh Add benchmarking for rm 2023-08-21 12:10:31 -07:00
BENCHMARKING.md Add Spell ignore 2023-08-24 11:15:03 -06:00
Cargo.toml rm: recursive implementation of -r option 2025-02-17 11:18:24 -05:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00
rm.md rm: move help strings to markdown file 2023-02-21 18:50:47 -08:00