aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-rwxr-xr-xhelp2
1 files changed, 1 insertions, 1 deletions
diff --git a/help b/help
index 1b9ace8..edde0ac 100755
--- a/help
+++ b/help
@@ -6,7 +6,7 @@ OPTS='-bg #323232 -fg #5FBF77 -p -l 20 -e onstart=uncollapse,scrollhome;button5=
if [ -e ./dzen2 ]; then
(echo "^fg(#323232)^bg(#5FBF77)Documentation (use: scrollwheel, arrow keys, \
-PgUP/PgDown to scroll. Escape or right mouse button to quit)"; cat README) | ./dzen2 $OPTS
+PgUP/PgDown to scroll. Escape or right mouse button to quit)"; cat README.dzen) | ./dzen2 $OPTS
else
echo "Please type 'make' to build dzen and rerun help"
fi