mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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,
|
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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue