Removing incorrect extra argument

This commit is contained in:
Antonio Terceiro 2009-01-14 23:15:56 -03:00 committed by Daniel Baumann
parent d974407ee5
commit 6f5445b5d2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
Version ()
{
Echo "%s, version %s" "${PROGRAM}" "${VERSION}"
Echo "This program is a part of %s" "${PACKAGE}" "."
Echo "This program is a part of %s" "${PACKAGE}"
echo
Echo "Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org>"
echo