From 7c626f1dbe907760f40292e27ac19a3de0f5c3cc Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 23 Oct 2011 23:18:39 +0000 Subject: [PATCH] minor fix --- lib/techniques/union/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/techniques/union/test.py b/lib/techniques/union/test.py index 0f1911f76..6e64e8687 100644 --- a/lib/techniques/union/test.py +++ b/lib/techniques/union/test.py @@ -275,7 +275,7 @@ def __unionTestByCharBruteforce(comment, place, parameter, value, prefix, suffix warnMsg += "please consider " if not conf.uChar: warnMsg += "providing --union-char switch " - warnMsg += "(e.g. --union-char=1)" + warnMsg += "(e.g. --union-char=1) " if not conf.dbms: if not conf.uChar: warnMsg += "and/or try to force the "