From b7b29bb988c620b9d3ac21e5e6f20680cf97b0d8 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 23 Jun 2010 16:47:14 -0500 Subject: [PATCH] usr/bin/byobu-config, usr/share/doc/byobu/help.txt: improve help text, per feedback from Turnkey Linux users --- debian/changelog | 2 ++ usr/bin/byobu-config | 2 +- usr/share/doc/byobu/help.txt | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 285b5ca3..8a7edd61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ byobu (2.81) unreleased; urgency=low * usr/lib/byobu/custom * usr/lib/byobu/release * usr/lib/services + * usr/bin/byobu-config, usr/share/doc/byobu/help.txt: improve help + text, per feedback from Turnkey Linux users -- Dustin Kirkland Wed, 16 Jun 2010 12:46:29 -0500 diff --git a/usr/bin/byobu-config b/usr/bin/byobu-config index 52b1e968..1d9b5c5e 100755 --- a/usr/bin/byobu-config +++ b/usr/bin/byobu-config @@ -96,7 +96,7 @@ def menu(screen, size, isInstalled): li = Listbox(height = 9, width = 60, returnExit = 1) - li.append(_("Help"), 1) + li.append(_("Help -- Quick Start Guide"), 1) li.append(_("Change Byobu's background color"), 2) li.append(_("Change Byobu's foreground color"), 3) li.append(_("Toggle status notifications"), 4) diff --git a/usr/share/doc/byobu/help.txt b/usr/share/doc/byobu/help.txt index 6788e2e2..f3fbf0eb 100644 --- a/usr/share/doc/byobu/help.txt +++ b/usr/share/doc/byobu/help.txt @@ -3,8 +3,8 @@ tool providing live system status, dynamic window management, and some convenient keybindings: F2 Create a new window | F6 Detach from the session -F3 Go to the prev window | F7 Enter scrollback mode -F4 Go to the next window | F8 Re-title a window +F3 Go to the prev window | F7 Scrollback and search +F4 Go to the next window | F8 Rename a window F5 Reload profile | F9 Configuration | F12 Lock this terminal 'screen -r' - reattach | > Escape sequence