From 5331ceee9b12c4464e81136f7c78720148cd3a6f Mon Sep 17 00:00:00 2001 From: Francesco <franzbianconero@gmail.com> Date: Wed, 18 May 2016 00:49:34 +0200 Subject: [PATCH] New command --- app/src/main/res/values/strings.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9ad4a0e..f33a33d 100755 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -189,6 +189,11 @@ \n\nExample: \nopen docs/fool.txt </string> + <string name="help_ls">Print a list of the files in a directory + \nUsage: ls directory + \n\nExample: + \nls Downloads + </string> <string name="start_notification">T-UI started</string> <string name="tui_running">T-UI is running</string> -- GitLab