Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
The canonical form of this option is '--sessions-only'
  • Loading branch information
sftim committed Jan 23, 2019
1 parent 1257b68 commit 62c287a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ By default, Linux uses an encrypted file but you may prefer to use the secret-se

## Removing stored sessions

If you want to remove sessions managed by `aws-vault` before they expire, you can do this with the `--session-only` flag.
If you want to remove sessions managed by `aws-vault` before they expire, you can do this with the `--sessions-only` flag.

```bash
aws-vault remove <profile> --sessions-only
Expand Down

0 comments on commit 62c287a

Please sign in to comment.