- add mnemonics
- use generic placeholders as
  there are no long descriptive options before them
pull/3/head
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
1 changed files with 4 additions and 4 deletions

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