Skip to content

Commit e604bfb

Browse files
committed
Also mention fsproj and vbproj in the command line help
1 parent 2f4422e commit e604bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nugraph/GraphCommandSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ internal sealed class GraphCommandSettings : CommandSettings
2121
public const string DefaultTitle = "Dependency graph of [SOURCE]";
2222

2323
[CommandArgument(0, "[SOURCE]")]
24-
[Description("The source of the graph. Can be either a directory containing a .NET project, a .NET project file (csproj) or the name of a NuGet package, " +
24+
[Description("The source of the graph. Can be either a directory containing a .NET project, a .NET project file (csproj/fsproj/vbproj) or the name of a NuGet package, " +
2525
"optionally with a specific version, e.g. [b]Newtonsoft.Json/13.0.3[/].")]
2626
public string? SourceInput { get; init; }
2727

0 commit comments

Comments
 (0)