From 80146a665b3c939bd333b982af6b3aed2db0f426 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Fri, 14 Sep 2001 02:59:10 +0000 Subject: Make -w and --no-print-directory future options. --- src/scons.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scons.py b/src/scons.py index b08b786..78cfece 100644 --- a/src/scons.py +++ b/src/scons.py @@ -411,11 +411,11 @@ def options_init(): short = 'v', long = ['version'], help = "Print the SCons version number and exit.") - Option(func = opt_not_yet, + Option(func = opt_not_yet, future = 1, short = 'w', long = ['print-directory'], help = "Print the current directory.") - Option(func = opt_not_yet, + Option(func = opt_not_yet, future = 1, long = ['no-print-directory'], help = "Turn off -w, even if it was turned on implicitly.") -- cgit v0.12