diff options
Diffstat (limited to 'examples_utility/infobox.sh')
-rwxr-xr-x | examples_utility/infobox.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples_utility/infobox.sh b/examples_utility/infobox.sh index 468ecff826fd..75d14d10177a 100755 --- a/examples_utility/infobox.sh +++ b/examples_utility/infobox.sh @@ -6,7 +6,6 @@ # To the extent possible under law, the author has dedicated all copyright # and related and neighboring rights to this software to the public domain # worldwide. This software is distributed without any warranty, see: -# <http://creativecommons.org/publicdomain/zero/1.0/>. +# <http://creativecommons.org/publicdomain/zero/1.0/>. - -./bsddialog --sleep 3 --title infobox --infobox "Hello World!\n3 seconds" 6 20 +./bsddialog --sleep 3 --title " infobox " --infobox "Hello World!\n3 secs" 6 20 |