1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 08:15:24 +02:00
- add mnemonics
- use generic placeholders as
  there are no long descriptive options before them
This commit is contained in:
Emily Grace Seville 2023-01-04 20:46:12 +10:00 committed by GitHub
parent d6c847e672
commit 54524f0f10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ...}}`