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

ipcalc, patator, step: use standardized help and version (#16933)

This commit is contained in:
Managor 2025-06-24 21:13:23 +03:00 committed by GitHub
parent 7f4c95ea60
commit 95bdbecf32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -23,6 +23,6 @@
`ipcalc {{[-s|--split]}} {{size1 size2 size3 ...}} {{192.168.0.1}}`
- Show version information:
- Display version:
`ipcalc {{[-v|--version]}}`

View file

@ -23,6 +23,6 @@
`patator --help`
- Show help for a particular module:
- Display help for a particular module:
`patator {{module_name}} --help`

View file

@ -32,6 +32,6 @@
`step crypto keypair {{path/to/public_key}} {{path/to/private_key}} --kty {{RSA|EC}}`
- Show help for subcommands:
- Display help for subcommands:
`step {{path|base64|certificate|completion|context|crl|crypto|oauth|ca|beta|ssh}} --help`