1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

rm: document PromptProtected interactive mode option

This commit is contained in:
KAA the Wise 2023-09-23 15:55:57 +03:00
parent 30f1fceddc
commit 4b76b2f332

View file

@ -27,7 +27,7 @@ pub enum InteractiveMode {
Once, Once,
/// Prompt before every removal /// Prompt before every removal
Always, Always,
/// TODO clarify what this option does /// Prompt only on write-protected files
PromptProtected, PromptProtected,
} }