From dbb0b1a41d3d3f6ebfbb0be4827026f5ac8ef92e Mon Sep 17 00:00:00 2001 From: Rupert Edwards Date: Sun, 3 Jan 2016 22:05:46 -0500 Subject: [PATCH] Update toriptables2.py --- toriptables2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toriptables2.py b/toriptables2.py index cf4a671..bf35dd8 100755 --- a/toriptables2.py +++ b/toriptables2.py @@ -101,4 +101,4 @@ if __name__ == '__main__': else: parser.print_help() except Exception as err: - print(err) + print(" [!] Run as super user: %s" % err[1])