Ensure version screen fits in 80 cols

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2009-07-26 23:02:20 -05:00
parent a8ddc7618f
commit 2013d06266
1 changed files with 2 additions and 2 deletions

View File

@ -158,8 +158,8 @@ static void version(void)
{
printf("\n");
printf(" .--. Pacman v%s - libalpm v%s\n", PACKAGE_VERSION, alpm_version());
printf("/ _.-' .-. .-. .-. Copyright (C) 2006-2009 Pacman Development Team <pacman-dev@archlinux.org>\n");
printf("\\ '-. '-' '-' '-' Copyright (C) 2002-2006 Judd Vinet <jvinet@zeroflux.org>\n");
printf("/ _.-' .-. .-. .-. Copyright (C) 2006-2009 Pacman Development Team\n");
printf("\\ '-. '-' '-' '-' Copyright (C) 2002-2006 Judd Vinet\n");
printf(" '--'\n");
printf(_(" This program may be freely redistributed under\n"
" the terms of the GNU General Public License.\n"));