diff options
-rw-r--r-- | src/backend/update.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/update.py b/src/backend/update.py index a57cb07..146045c 100644 --- a/src/backend/update.py +++ b/src/backend/update.py @@ -84,4 +84,5 @@ def start(gfx_ui=False): "\n\nInvalid configuration!" + sisyphus.getcolor.reset) print(sisyphus.getcolor.bright_yellow + "\nUse" + sisyphus.getcolor.reset + " " + "'" + "sisyphus branch --help" + "'" + " " + sisyphus.getcolor.bright_yellow + "for help" + sisyphus.getcolor.reset) + time.sleep(1) sys.exit() |