mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
rm: document PromptProtected interactive mode option
This commit is contained in:
parent
30f1fceddc
commit
4b76b2f332
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue