Skip to content

Commit 79aadc3

Browse files
committed
Update Chisel submodule to latest commit
git submodule update --remote Also fix the description of -s|--include-version
1 parent 7d421ea commit 79aadc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Chisel

src/nugraph/GraphCommandSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ internal sealed class GraphCommandSettings : CommandSettings
8585
public string Title { get; set; } = "";
8686

8787
[CommandOption("-s|--include-version")]
88-
[Description("Include package versions in the dependency graph nodes, e.g. [b]Serilog/4.3.0[/] instead of [b]Serilog[/]")]
88+
[Description("Include package versions in the dependency graph nodes, e.g. [b]Serilog@4.3.0[/] instead of [b]Serilog[/]")]
8989
[DefaultValue(false)]
9090
public bool GraphIncludeVersions { get; init; }
9191

0 commit comments

Comments
 (0)