reg-export: add Chinese translation

This commit is contained in:
Starccy
2019-03-11 20:01:00 +08:00
committed by Starbeamrainbowlabs
parent ffb39c5c04
commit ccd7363592

View File

@@ -0,0 +1,11 @@
# reg export
> 将指定的子键和值导出到文件中.
- 导出指定键下所有的子键和值:
`reg export {{键名}} {{导出文件的路径.reg}}`
- 在没有提示的情况下强制覆盖现有文件:
`reg export {{键名}} {{导出文件的路径.reg}} /y`