forget \n
This commit is contained in:
parent
bd447b3cf2
commit
5b014361af
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class BaseApplication(object):
|
|||
# Default storage tree
|
||||
STORAGE = {}
|
||||
# Synopsis
|
||||
SYNOPSIS = 'Usage: %prog [-h] [-dqv] [-b backends] ...'
|
||||
SYNOPSIS = 'Usage: %prog [-h] [-dqv] [-b backends] ...\n'
|
||||
SYNOPSIS += ' %prog [--help] [--version]'
|
||||
# Description
|
||||
DESCRIPTION = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue