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",
|
"unset" => "Unsets one or more variables",
|
||||||
"unsetg" => "Unsets one or more global variables",
|
"unsetg" => "Unsets one or more global variables",
|
||||||
"use" => "Selects a module by name",
|
"use" => "Selects a module by name",
|
||||||
"version" => "Show the console library version number",
|
"version" => "Show the framework and console library version numbers",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -1442,7 +1442,7 @@ class Core
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
#
|
||||||
# Returns the revision of the console library
|
# Returns the revision of the framework and console library
|
||||||
#
|
#
|
||||||
def cmd_version(*args)
|
def cmd_version(*args)
|
||||||
ver = "$Revision$"
|
ver = "$Revision$"
|
||||||
|
|
Loading…
Reference in New Issue