summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornemaeon2015-10-31 17:21:46 -0400
committernemaeon2015-10-31 17:21:46 -0400
commit8413f8360691de93da9ed238c5561993ae575359 (patch)
treeeb784864aa99991a0844f1acf270393fe1614eeb
parent602139fc2b3f016ea2ea0530e14670f6192f2bad (diff)
downloadaur-8413f8360691de93da9ed238c5561993ae575359.tar.gz
Updated to correct config file options echoed by rtorrent-vi-color.install
-rwxr-xr-xrtorrent-vi-color.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/rtorrent-vi-color.install b/rtorrent-vi-color.install
index 09b04272954d..48aeaf94060d 100755
--- a/rtorrent-vi-color.install
+++ b/rtorrent-vi-color.install
@@ -1,9 +1,10 @@
post_install() {
echo ""
echo "Set colors using the options below in .rtorrent.rc:"
- echo "Options: done_fg_color, done_bg_color, active_fg_color, active_bg_color"
+ echo "Options: color_active_fg, color_inactive_fg, color_dead_fg, color_finished_fg"
+ echo "Options: color_active_bg, color_inactive_bg, color_dead_bg, color_finished_bg"
echo "Colors: 0 = black 1 = red 2 = green 3 = yellow 4 = blue 5 = magenta 6 = cyan 7 = white"
- echo "Example: done_fg_color = 1"
+ echo "Example: color_finished_fg = 1"
}
post_upgrade() {