Skip to content

Commit

Permalink
fix help msg
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanBlackburn committed Mar 19, 2024
1 parent f89d8d6 commit 7a6e80a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This command will read `organization.yml` and **perform**:
### `telophasecli account import`
```sh
Usage:
telophasecli account [flags]
telophasecli account import [flags]

Flags:
-h, --help help for account
Expand All @@ -56,7 +56,7 @@ This command reads your AWS Organization and outputs `organization.yml`. We do n
### `telophasecli account diff`
```sh
Usage:
telophasecli account [flags]
telophasecli account diff [flags]

Flags:
-h, --help help for account
Expand All @@ -68,7 +68,7 @@ This command will read `organization.yml` and **output** changes required to you
### `telophasecli account deploy`
```sh
Usage:
telophasecli account [flags]
telophasecli account deploy [flags]

Flags:
-h, --help help for account
Expand Down

0 comments on commit 7a6e80a

Please sign in to comment.