From 0a753d6bb2860482270760ee4cc6709db913dbdc Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Sat, 20 Apr 2013 01:31:27 +0000 Subject: [PATCH] Fix typo. Review URL: https://chromiumcodereview.appspot.com/13987010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@195363 0039d316-1c4b-4281-b951-d872f2087c98 --- scm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm.py b/scm.py index 62fe1d259..34e6034d9 100644 --- a/scm.py +++ b/scm.py @@ -797,7 +797,7 @@ class SVN(object): bogus_dir = tempfile.mkdtemp() try: return SVN._GenerateDiffInternal(filenames, cwd, full_move, revision, - ["diff", "--config_dir", bogus_dir]) + ["diff", "--config-dir", bogus_dir]) finally: gclient_utils.RemoveDirectory(bogus_dir)