getmac: add Chinese translation

This commit is contained in:
Starccy
2019-03-11 10:53:36 +08:00
committed by Starbeamrainbowlabs
parent 1bfccbf187
commit 720cc7b445

View File

@@ -0,0 +1,27 @@
# getmac
> 显示系统的MAC地址.
- 显示当前系统的MAC地址:
`getmac`
- 以特定格式显示详细信息:
`getmac /fo {{table|list|csv}}`
- 排除输出列表中的标题:
`getmac /nh`
- 显示一个远程主机的MAC地址:
`getmac /s {{主机名}} /u {{用户名}} /p {{密码}}`
- 详细显示MAC地址信息:
`getmac /v`
- 显示详细的帮助信息:
`getmac /?`