diff --git a/src/uu/rm/src/rm.rs b/src/uu/rm/src/rm.rs index 19c749cf0..87767b904 100644 --- a/src/uu/rm/src/rm.rs +++ b/src/uu/rm/src/rm.rs @@ -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, }