# Help (-H)

### Command

```bash
$ eucalypt -H
```

### Arguments

* `[COMMAND]` - The command to display additional information about.

### Examples

* `$ eucalypt -H init`

  `$ eucalypt -H i`

  Displays information about initializing an application.

* `$ eucalypt -H migration create table`

  `$ eucalypt -H m create t`

  Displays information about generating a table creation migration.

* `$ eucalypt -H security policy generate`

* `$ eucalypt -H s policy g`

  Displays information about generating an authorization policy.

* `$ eucalypt -H generate scaffold`

  `$ eucalypt -H g s`

  Displays information about generating scaffolds
