From ae1153315772309cabb102022b98c29449a86d80 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 3 Sep 2015 09:33:45 +0200 Subject: [PATCH] hopefully more consistency --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index ca78886..891cc90 100644 --- a/update.py +++ b/update.py @@ -154,7 +154,7 @@ def gen_setup(config, relative_path): options.append(['--generator=', 'Set the CMake build system generator [default: Unix Makefiles].']) options.append(['--show', 'Show CMake command and exit.']) options.append(['--cmake-executable=', 'Set the CMake executable [default: cmake].']) - options.append(['--cmake-options=', "Define options to CMake [default: '']."]) + options.append(['--cmake-options=', "Define options to CMake [default: '']."]) options.append(['', 'Build directory.']) options.append(['-h --help', 'Show this screen.'])