diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-12-13 21:31:10 +0100 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-12-13 21:31:29 +0100 |
| commit | a9f0992b5a503790712c9d754ed0035d1ef2f012 (patch) | |
| tree | eac64f7a3665512856bfe9128138cd0edcf8ea61 | |
| parent | e13e28e43f25452d98a1897043a1578e269f8eb6 (diff) | |
| download | tips-og-hjelp-a9f0992b5a503790712c9d754ed0035d1ef2f012.tar.gz tips-og-hjelp-a9f0992b5a503790712c9d754ed0035d1ef2f012.tar.bz2 tips-og-hjelp-a9f0992b5a503790712c9d754ed0035d1ef2f012.zip | |
kun-tips: Adapt comment to new config syntax.
| -rwxr-xr-x | bin/kun-tips | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/kun-tips b/bin/kun-tips index a279856..bec92a2 100755 --- a/bin/kun-tips +++ b/bin/kun-tips @@ -23,8 +23,8 @@ # Example /etc/tips.cfg: # [tips] # title = Tips -# user message = Click <a href="/usr/share/applications/putty.desktop">here</a> to launch the PuTTY application. -# open urls with = kfmclient exec +# msg = Click <a href="/usr/share/applications/putty.desktop">here</a> to launch the PuTTY application. +# open_urls_with = kfmclient exec import sys |
