rm: document PromptProtected interactive mode option

This commit is contained in:
KAA the Wise
2023-09-23 15:57:30 +03:00
parent 30f1fceddc
commit 4b76b2f332
+1 -1
View File
@@ -27,7 +27,7 @@ pub enum InteractiveMode {
Once,
/// Prompt before every removal
Always,
/// TODO clarify what this option does
/// Prompt only on write-protected files
PromptProtected,
}