Skip to content

Commit

Permalink
Add --force option to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaareth authored Mar 5, 2021
1 parent 0fbf0fc commit bec4f98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Install from PyPI
`konsave -h` or `konsave --help`
### Save current configuration as a profile
`konsave -s <profile name>` or `konsave --save <profile name>`
### Overwrite an already saved profile
`konsave -s <profile name> -f` or `konsave -s <profile name> --force `
### List all profiles
`konsave -l` or `konsave --list`
### Remove a profile
Expand Down

0 comments on commit bec4f98

Please sign in to comment.