From a2d5358b087965e3da8e1f141e327d387db1afc1 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 28 Mar 2011 23:40:46 +0000 Subject: [PATCH] minor fix --- lib/parse/cmdline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index b06a6da79..8b6354235 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -568,7 +568,7 @@ def cmdLineParser(): except SystemExit, _: # Protection against Windows dummy double clicking if IS_WIN: - print "\nPress any key to continue...", + print "\nPress Enter to continue...", raw_input() raise