forget \n

This commit is contained in:
Christophe Benz 2010-10-12 19:41:53 +02:00
commit 5b014361af

View file

@ -76,7 +76,7 @@ class BaseApplication(object):
# Default storage tree # Default storage tree
STORAGE = {} STORAGE = {}
# Synopsis # Synopsis
SYNOPSIS = 'Usage: %prog [-h] [-dqv] [-b backends] ...' SYNOPSIS = 'Usage: %prog [-h] [-dqv] [-b backends] ...\n'
SYNOPSIS += ' %prog [--help] [--version]' SYNOPSIS += ' %prog [--help] [--version]'
# Description # Description
DESCRIPTION = None DESCRIPTION = None