termux-reload-settings: Update help text
authorFredrik Fornwall <fredrik@fornwall.net>
Wed, 28 Dec 2016 22:14:09 +0000 (17:14 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Wed, 28 Dec 2016 22:14:09 +0000 (17:14 -0500)
packages/termux-tools/termux-reload-settings

index 0f8e606..809a3c8 100755 (executable)
@@ -1,12 +1,12 @@
 #!/data/data/com.termux/files/usr/bin/sh
 
 if [ "$#" != "0" ]; then
-        echo 'usage: termux-reload-settings'
-        echo 'Use without arguments to reload settings after modifying either of:'
-        echo '  ~/.termux/colors.properties'
+       echo 'usage: termux-reload-settings'
+       echo 'Use without arguments to reload settings after modifying any of:'
+       echo '  ~/.termux/colors.properties'
        echo '  ~/.termux/font.ttf '
-       echo '  ~/.config/termux/termux.properties'
-        exit
+       echo '  ~/.termux/termux.properties'
+       exit
 fi
 
 am broadcast --user 0 -a com.termux.app.reload_style com.termux > /dev/null