From 5ec6a0479f78314af5881ea2c9700c84ff35e434 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Wed, 29 Jun 2011 07:47:33 -0400 Subject: [PATCH] fix help message for 'set' --- main/CommandSupport.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/CommandSupport.scala b/main/CommandSupport.scala index 261d2d3c8..c2c152848 100644 --- a/main/CommandSupport.scala +++ b/main/CommandSupport.scala @@ -98,7 +98,7 @@ SetCommand + """ This command does not rebuild the build definitions, plugins, or configurations. It does not automatically persist the setting. - This is done by running 'settings save' or 'settings save-all'. + This is done by running 'session save' or 'session save-all'. """ def SessionCommand = "session"