update version command description and comment
git-svn-id: file:///home/svn/framework3/trunk@6329 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
7209271870
commit
b12a3d993e
|
@ -89,7 +89,7 @@ class Core
|
|||
"unset" => "Unsets one or more variables",
|
||||
"unsetg" => "Unsets one or more global variables",
|
||||
"use" => "Selects a module by name",
|
||||
"version" => "Show the console library version number",
|
||||
"version" => "Show the framework and console library version numbers",
|
||||
}
|
||||
end
|
||||
|
||||
|
@ -1442,7 +1442,7 @@ class Core
|
|||
end
|
||||
|
||||
#
|
||||
# Returns the revision of the console library
|
||||
# Returns the revision of the framework and console library
|
||||
#
|
||||
def cmd_version(*args)
|
||||
ver = "$Revision$"
|
||||
|
|
Loading…
Reference in New Issue