# `help`

`help` displays documentation for Bash built-in commands.

## Common `help` usage

```bash
help
help help
help for
help return
help source
help .
```
