diff --git a/rho/authclearcommand.py b/rho/authclearcommand.py index 0c0df4c..a00276c 100644 --- a/rho/authclearcommand.py +++ b/rho/authclearcommand.py @@ -73,6 +73,8 @@ def _do_command(self): sys.exit(1) vault.dump_as_json_to_file( cred_list, utilities.CREDENTIALS_PATH) + else: + print(_("All authorization credentials removed")) elif self.options.all: if os.path.isfile(utilities.CREDENTIALS_PATH):