From ac06f6422403aaa747a84e2a1ca4dfdd902ebf5a Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Wed, 24 Oct 2018 12:56:47 +0300 Subject: [PATCH] Update tljh/config.py Co-Authored-By: anyushevai --- tljh/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/config.py b/tljh/config.py index 21a89d0..b010297 100644 --- a/tljh/config.py +++ b/tljh/config.py @@ -220,7 +220,7 @@ def _is_list(item): def main(argv=None): if os.geteuid() != 0: - print("Perhaps you didn't use `sudo -E`?") + print("It looks like this command wasn't run with root privileges. Perhaps you didn't use `sudo -E`?") raise(SystemExit) if argv is None: