mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 19:35:24 +02:00
ykman-{config,oath}: add option placeholders (#16379)
This commit is contained in:
parent
33cf0e95cb
commit
1dd6444b9b
8 changed files with 17 additions and 17 deletions
|
@ -6,12 +6,12 @@
|
|||
|
||||
- USB 또는 NFC를 통해 애플리케이션 활성화 (`--enable`을 여러 번 사용하여 더 많은 애플리케이션을 지정할 수 있음):
|
||||
|
||||
`ykman config {{usb|nfc}} --enable {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
`ykman config {{usb|nfc}} {{[-e|--enable]}} {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
|
||||
- USB 또는 NFC를 통해 애플리케이션 비활성화 (`--disable`을 여러 번 사용하여 더 많은 애플리케이션을 지정할 수 있음):
|
||||
|
||||
`ykman config {{usb|nfc}} --disable {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
`ykman config {{usb|nfc}} {{[-d|--disable]}} {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
|
||||
- NFC를 통해 모든 애플리케이션 비활성화:
|
||||
|
||||
`ykman config nfc --disable-all`
|
||||
`ykman config nfc {{[-D|--disable-all]}}`
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
- 새 계정 추가 (`--issuer`는 선택 사항):
|
||||
|
||||
`ykman oath accounts add --issuer {{발행자}} {{이름}}`
|
||||
`ykman oath accounts add {{[-i|--issuer]}} {{발행자}} {{이름}}`
|
||||
|
||||
- 모든 계정 나열 (발행자 포함):
|
||||
|
||||
|
|
|
@ -6,12 +6,12 @@
|
|||
|
||||
- Schakel een applicatie in via USB of NFC (`--enable` kan meerdere keren gebruikt worden om meerdere applicaties te specificeren):
|
||||
|
||||
`ykman config {{usb|nfc}} --enable {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
`ykman config {{usb|nfc}} {{[-e|--enable]}} {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
|
||||
- Schakel een applicatie uit via USB of NFC (`--disable` kan meerdere keren gebruikt worden om meerdere applicaties te specificeren):
|
||||
|
||||
`ykman config {{usb|nfc}} --disable {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
`ykman config {{usb|nfc}} {{[-d|--disable]}} {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
|
||||
- Schakel alle applicaties uit via NFC:
|
||||
|
||||
`ykman config nfc --disable-all`
|
||||
`ykman config nfc {{[-D|--disable-all]}}`
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
- Voeg een nieuw account toe (`--issuer` is optioneel):
|
||||
|
||||
`ykman oath accounts add --issuer {{indiener}} {{naam}}`
|
||||
`ykman oath accounts add {{[-i|--issuer]}} {{indiener}} {{naam}}`
|
||||
|
||||
- Toon alle accounts (met hun indiener):
|
||||
|
||||
|
|
|
@ -6,12 +6,12 @@
|
|||
|
||||
- 通过 USB 或 NFC 启用某个应用程序(`--enable` 可以多次使用以指定更多应用程序):
|
||||
|
||||
`ykman config {{usb|nfc}} --enable {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
`ykman config {{usb|nfc}} {{[-e|--enable]}} {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
|
||||
- 通过 USB 或 NFC 禁用某个应用程序(`--disable` 可以多次使用以指定更多应用程序):
|
||||
|
||||
`ykman config {{usb|nfc}} --disable {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
`ykman config {{usb|nfc}} {{[-d|--disable]}} {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
|
||||
- 禁用 NFC 上的所有应用程序:
|
||||
|
||||
`ykman config nfc --disable-all`
|
||||
`ykman config nfc {{[-D|--disable-all]}}`
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
- 添加一个新账户(`--issuer` 是可选的):
|
||||
|
||||
`ykman oath accounts add --issuer {{发行者}} {{名称}}`
|
||||
`ykman oath accounts add {{[-i|--issuer]}} {{发行者}} {{名称}}`
|
||||
|
||||
- 列出所有账户(及其发行者):
|
||||
|
||||
|
|
|
@ -6,12 +6,12 @@
|
|||
|
||||
- Enable an application over USB or NFC (`--enable` can be used multiple times to specify more applications):
|
||||
|
||||
`ykman config {{usb|nfc}} --enable {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
`ykman config {{usb|nfc}} {{[-e|--enable]}} {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
|
||||
- Disable an application over USB or NFC (`--disable` can be used multiple times to specify more applications):
|
||||
|
||||
`ykman config {{usb|nfc}} --disable {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
`ykman config {{usb|nfc}} {{[-d|--disable]}} {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
|
||||
|
||||
- Disable all applications over NFC:
|
||||
|
||||
`ykman config nfc --disable-all`
|
||||
`ykman config nfc {{[-D|--disable-all]}}`
|
||||
|
|
|
@ -12,9 +12,9 @@
|
|||
|
||||
`ykman oath access change`
|
||||
|
||||
- Add a new account (`--issuer` is optional):
|
||||
- Add a new account (the issuer is optional):
|
||||
|
||||
`ykman oath accounts add --issuer {{issuer}} {{name}}`
|
||||
`ykman oath accounts add {{[-i|--issuer]}} {{issuer}} {{name}}`
|
||||
|
||||
- List all accounts (with their issuers):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue