mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 08:15:24 +02:00
cmd: (#9645)
- add mnemonics - use generic placeholders as there are no long descriptive options before them
This commit is contained in:
parent
d6c847e672
commit
54524f0f10
1 changed files with 4 additions and 4 deletions
|
@ -3,14 +3,14 @@
|
|||
> Android service manager.
|
||||
> More information: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/cmd/>.
|
||||
|
||||
- List every running service:
|
||||
- [l]ist all running services:
|
||||
|
||||
`cmd -l`
|
||||
|
||||
- Call a specific service:
|
||||
|
||||
`cmd {{alarm}}`
|
||||
`cmd {{service}}`
|
||||
|
||||
- Call a service with arguments:
|
||||
- Call a service with specific arguments:
|
||||
|
||||
`cmd {{vibrator}} {{vibrate 300}}`
|
||||
`cmd {{service}} {{arg1 arg2 ...}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue