Skip to content

Commit

Permalink
rm: document PromptProtected interactive mode option
Browse files Browse the repository at this point in the history
  • Loading branch information
KAAtheWiseGit committed Sep 23, 2023
1 parent 30f1fce commit 4b76b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/rm/src/rm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 4b76b2f

Please sign in to comment.