mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 23:15:28 +02:00
Update the description for force deletion
This change updates the description for the `/f` (force) deletion command flag.
This commit is contained in:
parent
bf925fd9f6
commit
00bf27a43e
1 changed files with 2 additions and 2 deletions
|
@ -14,6 +14,6 @@
|
|||
|
||||
`reg delete {{key_name}} /va`
|
||||
|
||||
- Forcefully deletes the key or value without a prompt:
|
||||
- Forcefully delete all values recursively under a key without a prompt:
|
||||
|
||||
`reg delete {{key_name}} /f`
|
||||
`reg delete {{key_name}} /f /va`
|
||||
|
|
Loading…
Add table
Reference in a new issue