fix db_destory help

git-svn-id: file:///home/svn/framework3/trunk@9033 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-04-07 16:09:01 +00:00
parent dbe3453c76
commit 71426f1af7
1 changed files with 1 additions and 1 deletions

View File

@ -1120,7 +1120,7 @@ class Db
return if not db_check_driver
if(args[0] and (args[0] == "-h" || args[0] == "--help"))
print_status("Usage: db_destroy")
print_status("Usage: db_destroy [<user:pass>@<host:port>/<database>]")
return
end