toolbox: Reorder commands in page (#8343)

* Update toolbox.md

* Update toolbox.md
This commit is contained in:
K.B.Dharun Krishna
2022-08-13 06:37:18 +05:30
committed by GitHub
parent a3d5656a8d
commit df71ead8eb
2 changed files with 16 additions and 16 deletions

View File

@@ -4,18 +4,18 @@
> `toolbox create` போன்ற சில துணைக் கட்டளைகள் அவற்றின் சொந்த பயன்பாட்டு ஆவணங்களைக் கொண்டுள்ளன. > `toolbox create` போன்ற சில துணைக் கட்டளைகள் அவற்றின் சொந்த பயன்பாட்டு ஆவணங்களைக் கொண்டுள்ளன.
> மேலும் விவரத்திற்கு: <https://manned.org/toolbox.1>. > மேலும் விவரத்திற்கு: <https://manned.org/toolbox.1>.
- `toolbox` பதிப்பைக் கட்ட: - `toolbox` துணைக் கட்டளையை இயக்கவும்:
`toolbox --version` `toolbox {{துணைக்_கட்டளை}}`
- பொதுவான உதவியைக் காட்டு:
`toolbox --help`
- `toolbox` துணைக் கட்டளைக்கான உதவியைக் காட்டு (`create`, `enter`, `rm`, `rmi` போன்றவை.): - `toolbox` துணைக் கட்டளைக்கான உதவியைக் காட்டு (`create`, `enter`, `rm`, `rmi` போன்றவை.):
`toolbox help {{துணைக்_கட்டளை}}` `toolbox help {{துணைக்_கட்டளை}}`
- `toolbox` துணைக் கட்டளையை இயக்கவும்: - பொதுவான உதவியைக் கட்ட:
`toolbox {{துணைக்_கட்டளை}}` `toolbox --help`
- `toolbox` பதிப்பைக் காட்டு:
`toolbox --version`

View File

@@ -4,18 +4,18 @@
> Some subcommands such as `toolbox create` have their own usage documentation. > Some subcommands such as `toolbox create` have their own usage documentation.
> More information: <https://manned.org/toolbox.1>. > More information: <https://manned.org/toolbox.1>.
- Show the `toolbox` version: - Run a `toolbox` subcommand:
`toolbox --version` `toolbox {{subcommand}}`
- Show general help:
`toolbox --help`
- Show help for a `toolbox` subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.): - Show help for a `toolbox` subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):
`toolbox help {{subcommand}}` `toolbox help {{subcommand}}`
- Run a `toolbox` subcommand: - Show general help:
`toolbox {{subcommand}}` `toolbox --help`
- Show the `toolbox` version:
`toolbox --version`