X-Git-Url: http://git.ieval.ro/?p=fonbot.git;a=blobdiff_plain;f=res%2Fvalues%2Fstrings.xml;h=f72cfd0b40a9dabd744d6126bccb1e0581c92e7b;hp=887f39c9f28b5afb627a393d13ab1a5a4753fa44;hb=251aceaaa3379c65d66a975ff9e7524f7d2f1d73;hpb=6378595ca19bc3b4552e937e6715e0e5b2e02245 diff --git a/res/values/strings.xml b/res/values/strings.xml index 887f39c..f72cfd0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -471,4 +471,14 @@ The help command can be used to get a list of commands and help for them. Exampl Error opening file %1$s (%2$s) File received Reboot failed + + Usage: sh command [arg1 arg2 ...]\n + Executes a shell command and returns its output. FonBot waits for the command to finish, therefore this must not be used with long-running commands.\n + Example: sh ls /sdcard/ + + + Usage: rootsh command [arg1 arg2 ...]\n + Executes a shell command as root and returns its output. FonBot waits for the command to finish, therefore this must not be used with long-running commands. This requires root access.\n + Example: rootsh stop;sleep 3;start +