diff options
Diffstat (limited to 'chrome/tools/build/win/sln_deps.py')
-rwxr-xr-x | chrome/tools/build/win/sln_deps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/build/win/sln_deps.py b/chrome/tools/build/win/sln_deps.py index fecb100..ef7803e 100755 --- a/chrome/tools/build/win/sln_deps.py +++ b/chrome/tools/build/win/sln_deps.py @@ -95,7 +95,7 @@ def main(filename, project_to_scan, reverse): if __name__ == '__main__': usage = "usage: %prog [options] solution [project]" - + description = ("Display the dependencies of a project in human readable" " form. [project] is optional. If omited, all projects are" " listed.") |