Commit 86325d7c authored by Dongjoon Hyun's avatar Dongjoon Hyun

Rewrap the line

parent 7a9040fe
...@@ -625,8 +625,7 @@ class SourceFile(object): ...@@ -625,8 +625,7 @@ class SourceFile(object):
def main(args): def main(args):
usage = '%prog [OPTIONS] PATH ...' usage = '%prog [OPTIONS] PATH ...'
description = ( description = (
'Processes PDDM directives in the given paths and write them back' 'Processes PDDM directives in the given paths and write them back out.'
' out.'
) )
parser = optparse.OptionParser(usage=usage, description=description) parser = optparse.OptionParser(usage=usage, description=description)
parser.add_option('--dry-run', parser.add_option('--dry-run',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment