summarylogtreecommitdiffstats
path: root/threadwatcher.install
diff options
context:
space:
mode:
Diffstat (limited to 'threadwatcher.install')
-rw-r--r--threadwatcher.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/threadwatcher.install b/threadwatcher.install
index 9c2d6c4d0a50..0fc1908f714b 100644
--- a/threadwatcher.install
+++ b/threadwatcher.install
@@ -1,3 +1,4 @@
post_install() {
- printf "\tTo let threadwatcher automatically scan for new files, consider using a cronjob such as\n\t\t*/10 * * * * /usr/bin/threadwatcher scan"
+ echo " To let threadwatcher automatically scan for new files, consider using a cronjob such as"
+ echo " */10 * * * * /usr/bin/threadwatcher scan"
}