Rewrap the line
This commit is contained in:
parent
7a9040fe7f
commit
86325d7c95
1 changed files with 1 additions and 2 deletions
|
@ -625,8 +625,7 @@ class SourceFile(object):
|
|||
def main(args):
|
||||
usage = '%prog [OPTIONS] PATH ...'
|
||||
description = (
|
||||
'Processes PDDM directives in the given paths and write them back'
|
||||
' out.'
|
||||
'Processes PDDM directives in the given paths and write them back out.'
|
||||
)
|
||||
parser = optparse.OptionParser(usage=usage, description=description)
|
||||
parser.add_option('--dry-run',
|
||||
|
|
Loading…
Add table
Reference in a new issue