Skip to content

Commit

Permalink
Rerun release (microsoft#262)
Browse files Browse the repository at this point in the history
* retrigger checks

* Trivial change to ping release.
  • Loading branch information
scovetta authored Jul 27, 2021
1 parent dcdd4d8 commit f5e72ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/oss-download/DownloadTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static IEnumerable<Example> Examples
}

[Option('x', "download-directory", Required = false, Default = ".",
HelpText = "the directory to download the package to.")]
HelpText = "the directory to download the package to.")]
public string DownloadDirectory { get; set; } = ".";

[Option('m', "download-metadata-only", Required = false, Default = false,
Expand All @@ -42,7 +42,7 @@ public static IEnumerable<Example> Examples
public IEnumerable<string>? Targets { get; set; }

[Option('c', "use-cache", Required = false, Default = false,
HelpText = "do not download the package if it is already present in the destination directory.")]
HelpText = "do not download the package if it is already present in the destination directory.")]
public bool UseCache { get; set; }
}

Expand Down

0 comments on commit f5e72ff

Please sign in to comment.