Add missing blank space.

This commit is contained in:
Alessio Treglia 2012-03-21 10:13:02 +01:00
parent 9af3d82ae1
commit bcf69e204d
1 changed files with 2 additions and 2 deletions

View File

@ -362,8 +362,8 @@ class LadiPlayer(LadiManagerGtk, LadiApp):
Gtk.main()
if __name__ == "__main__":
parser = argparse.ArgumentParser(description=_('graphical front-end that allows users to start, stop and'
'monitor JACK, as well as start some JACK related applications'),
parser = argparse.ArgumentParser(description=_('graphical front-end that allows users to start, stop and '
'monitor JACK, as well as start some JACK related applications.'),
epilog=_('This program is part of the LADITools suite.'))
parser.add_argument('--version', action='version', version="%(prog)s " + get_version_string())
parser.parse_args()