summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build/win/sln_deps.py
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools/build/win/sln_deps.py')
-rwxr-xr-xchrome/tools/build/win/sln_deps.py2
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.")