termux-reload-settings: Update help text
This commit is contained in:
parent
42cb8406c5
commit
bac2fa5de0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user