X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=res%2Fvalues%2Fstrings.xml;h=f72cfd0b40a9dabd744d6126bccb1e0581c92e7b;hb=251aceaaa3379c65d66a975ff9e7524f7d2f1d73;hp=27e9ac6e8e524c20e749f7276bacf04888434953;hpb=1b6a04801bb78479f9d010cc1d5d8fcca089e013;p=fonbot.git diff --git a/res/values/strings.xml b/res/values/strings.xml index 27e9ac6..f72cfd0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -470,4 +470,15 @@ 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 +