From a5c3087360b79132c7e3c5004e6a9d14c7e62805 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 15 Apr 2004 13:15:28 -0400 Subject: BUG: fix for 282 --- Source/cmOptionCommand.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmOptionCommand.cxx b/Source/cmOptionCommand.cxx index 8c3b55f..37e3be0 100644 --- a/Source/cmOptionCommand.cxx +++ b/Source/cmOptionCommand.cxx @@ -55,6 +55,7 @@ bool cmOptionCommand::InitialPass(std::vector const& args) { if ( it.GetType() != cmCacheManager::UNINITIALIZED ) { + it.SetProperty("HELPSTRING", args[1].c_str()); return true; } if ( it.GetValue() ) -- cgit v0.12