aboutsummaryrefslogtreecommitdiff
path: root/src/wixcop/CommandLine/WixCopCommandLineParser.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-10-24 21:07:56 -0700
committerRob Mensching <rob@robmensching.com>2018-10-24 21:25:56 -0700
commit85fc7be678248a0a5873c08d48941021eb0959e6 (patch)
tree3dc8f14458fb2e5f2578ba95ca69189f801a99cf /src/wixcop/CommandLine/WixCopCommandLineParser.cs
parentb66ea2e10a1b4be642e58319de85d2ca54991b47 (diff)
downloadwix-85fc7be678248a0a5873c08d48941021eb0959e6.tar.gz
wix-85fc7be678248a0a5873c08d48941021eb0959e6.tar.bz2
wix-85fc7be678248a0a5873c08d48941021eb0959e6.zip
Update to changes to reorganize command-line processing
Diffstat (limited to 'src/wixcop/CommandLine/WixCopCommandLineParser.cs')
-rw-r--r--src/wixcop/CommandLine/WixCopCommandLineParser.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixcop/CommandLine/WixCopCommandLineParser.cs b/src/wixcop/CommandLine/WixCopCommandLineParser.cs
index ae826d4f..73247dae 100644
--- a/src/wixcop/CommandLine/WixCopCommandLineParser.cs
+++ b/src/wixcop/CommandLine/WixCopCommandLineParser.cs
@@ -85,7 +85,7 @@ namespace WixToolset.Tools.WixCop.CommandLine
85 } 85 }
86 } 86 }
87 87
88 private bool ParseArgument(IParseCommandLine parser, string arg) 88 private bool ParseArgument(ICommandLineParser parser, string arg)
89 { 89 {
90 var parameter = arg.Substring(1); 90 var parameter = arg.Substring(1);
91 91