summaryrefslogtreecommitdiff
path: root/tools/clang-format/clang-format-diff.py
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-12-04 00:48:22 +0000
committerAlp Toker <alp@nuanti.com>2013-12-04 00:48:22 +0000
commit4a8b3b31f96e4ba41c249c2c579713583586ddc7 (patch)
tree628bdbd17e8ae3c54216d632a863f7e49fb8f045 /tools/clang-format/clang-format-diff.py
parentc12954d772c74a9c56dd83b12fb5e43525721f64 (diff)
downloadclang-4a8b3b31f96e4ba41c249c2c579713583586ddc7.tar.gz
clang-4a8b3b31f96e4ba41c249c2c579713583586ddc7.tar.bz2
clang-4a8b3b31f96e4ba41c249c2c579713583586ddc7.tar.xz
clang-format-diff.py: Fix 'beintroduced' in help output
Also update docs to reflect recently changed -i inplace edit behaviour. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196336 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/clang-format/clang-format-diff.py')
-rwxr-xr-xtools/clang-format/clang-format-diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang-format/clang-format-diff.py b/tools/clang-format/clang-format-diff.py
index 60b8fb730d..b042d957af 100755
--- a/tools/clang-format/clang-format-diff.py
+++ b/tools/clang-format/clang-format-diff.py
@@ -37,7 +37,7 @@ binary = 'clang-format'
def main():
parser = argparse.ArgumentParser(description=
'Reformat changed lines in diff. Without -i '
- 'option just output the diff that would be'
+ 'option just output the diff that would be '
'introduced.')
parser.add_argument('-i', action='store_true', default=False,
help='apply edits to files instead of displaying a diff')