aboutsummaryrefslogtreecommitdiff
path: root/objectivec/DevTools/pddm.py
diff options
context:
space:
mode:
Diffstat (limited to 'objectivec/DevTools/pddm.py')
-rwxr-xr-xobjectivec/DevTools/pddm.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/objectivec/DevTools/pddm.py b/objectivec/DevTools/pddm.py
index d1b53f5a..9a11fec4 100755
--- a/objectivec/DevTools/pddm.py
+++ b/objectivec/DevTools/pddm.py
@@ -625,8 +625,7 @@ class SourceFile(object):
def main(args):
usage = '%prog [OPTIONS] PATH ...'
description = (
- 'Processes PDDM directives in the 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',