1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 12:35:24 +02:00

reg-restore: add page

This commit is contained in:
pxgamer 2018-01-19 14:17:51 +00:00 committed by Agniva De Sarker
parent eabfe0a92a
commit cab40eabb1

View file

@ -0,0 +1,8 @@
# reg restore
> Restore a key and its values from a backup file.
> See `reg-save` for more information.
- Overwrite a specified key with data from a backup file:
`reg restore {{key_name}} {{path/to/file}}`