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:
authorRune Henriksen <ruju@itu.dk>2018-10-07 19:56:43 +0300
committerGitHub <noreply@github.com>2018-10-07 19:56:43 +0300
commitdc5a0dbc94960b9dace99c8835ec886c47b5325e (patch)
tree69fa3453db2e63e12bd452ca1e22d6df108f717d /Duplicati/CommandLine/Commands.cs
parent9dac0c3b7b588178942b54c2308a22f50a09e677 (diff)
parentd72128ec832bf204e1837c630de031e9670614e0 (diff)
Merge pull request #3409 from warwickmm/remove_unused_parameters
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;