Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2018-10-06 23:30:13 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2018-10-07 01:09:43 +0300
commitd72128ec832bf204e1837c630de031e9670614e0 (patch)
treeb3b6cf33be48007cf8d5cfd3cd7960fb4d7b4d60 /Duplicati/CommandLine/Commands.cs
parent439e319061bb121a5c67b7d51f8ac79d7115f262 (diff)
Remove unused method parameters.
Diffstat (limited to 'Duplicati/CommandLine/Commands.cs')
-rw-r--r--Duplicati/CommandLine/Commands.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/CommandLine/Commands.cs b/Duplicati/CommandLine/Commands.cs
index 6a336e326..dda56c303 100644
--- a/Duplicati/CommandLine/Commands.cs
+++ b/Duplicati/CommandLine/Commands.cs
@@ -740,7 +740,7 @@ namespace Duplicati.CommandLine
return 200;
}
- public static int PrintInvalidCommand(TextWriter outwriter, string command, List<string> args)
+ public static int PrintInvalidCommand(TextWriter outwriter, string command)
{
outwriter.WriteLine(Strings.Program.InvalidCommandError(command));
return 200;