From bec4f98d08200a1078ff3c2f2087a472b0c1fa14 Mon Sep 17 00:00:00 2001 From: Gareth <36819644+Gaareth@users.noreply.github.com> Date: Fri, 5 Mar 2021 19:13:32 +0100 Subject: [PATCH] Add --force option to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 88e782b..9e36814 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Install from PyPI `konsave -h` or `konsave --help` ### Save current configuration as a profile `konsave -s ` or `konsave --save ` +### Overwrite an already saved profile +`konsave -s -f` or `konsave -s --force ` ### List all profiles `konsave -l` or `konsave --list` ### Remove a profile