From 2248cec0cb51397a75ab89e841775c40881f3958 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 15 2011 18:27:23 +0000 Subject: Update `cli_printMessage.sh': - Start using 75 characters as message width. --- diff --git a/Scripts/Functions/cli_printMessage.sh b/Scripts/Functions/cli_printMessage.sh index f4936bf..fc44095 100755 --- a/Scripts/Functions/cli_printMessage.sh +++ b/Scripts/Functions/cli_printMessage.sh @@ -41,7 +41,7 @@ function cli_printMessage { # Define message horizontal width. This is the max number of # horizontal characters the message will use to be displayed on # the screen. - local MESSAGE_WIDTH=70 + local MESSAGE_WIDTH=75 # Reverse the codification performed on characters that may affect # parsing options and non-option arguments. This codification is