You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/arthas-tutorials-en/arthas-basics/help.md

6 lines
467 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

The `help`{{execute T2}} command allows you to view help information for all commands - [help command Docs](https://arthas.aliyun.com/en/doc/help.html).
### View the help information for a specific command
To view the help information for a specific command whose usage is unknown, you can refer to the commands help document. For example, to view the help information for watch, you can run `watch --help`{{exec}} or `watch -h`{{exec}} or `help watch`{{exec}}.