From 2da99a7c81c357a6330ec8ddb90749538594fc92 Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Fri, 13 Jul 2012 17:13:30 +0100 Subject: [PATCH] improve wrapping for info text box in raspi-config --- raspi-config | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/raspi-config b/raspi-config index 4e602ba..405c4fd 100755 --- a/raspi-config +++ b/raspi-config @@ -10,10 +10,12 @@ if [ $(id -u) -ne 0 ]; then fi do_info() { - whiptail --msgbox "This tool provides a straight-forward way of doing - initial configuration of the Raspberry Pi. Although it can be run at any - time, some of the options may have difficulties if you have heavily - customised your installation." 20 60 1 + whiptail --msgbox "\ +This tool provides a straight-forward way of doing initial +configuration of the Raspberry Pi. Although it can be run +at any time, some of the options may have difficulties if +you have heavily customised your installation.\ +" 20 70 1 } do_expand_rootfs() {