clarify the help for getprivs

git-svn-id: file:///home/svn/framework3/trunk@12309 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2011-04-13 16:01:40 +00:00
parent 361922c634
commit f43fe6e31b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class Console::CommandDispatcher::Stdapi::Sys
"execute" => "Execute a command",
"getpid" => "Get the current process identifier",
"getuid" => "Get the user that the server is running as",
"getprivs" => "Get as many privileges as possible",
"getprivs" => "List all privileges available to the current process",
"kill" => "Terminate a process",
"ps" => "List running processes",
"reboot" => "Reboots the remote computer",