fix e.g output

bug/bundler_fix
Tim 2016-03-07 23:15:05 +00:00
parent 2cfc9073a0
commit f6c06bedfe
No known key found for this signature in database
GPG Key ID: 217FBA50ABBAABEF
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ class Console::CommandDispatcher::Android
if database.blank? || query.blank?
print_error("You must enter both a database files and a query")
print_error("e.g. sqlite_query -d /sdcard/Download/webviewCookiesChromium.db -q 'SELECT * from cookies'")
print_error("e.g. sqlite_query -d /data/data/com.android.browser/databases/webviewCookiesChromium.db -q 'SELECT * from cookies'")
print_line(sqlite_query_opts.usage)
return
end