Skip to content

Commit

Permalink
Update footer text
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Aug 12, 2021
1 parent 09c0cfa commit f5a37f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/CommandLine/Commands/HelpCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,7 @@ internal static string GetHeadingText()

internal static string GetFooterText(string command = null)
{
return $"Run 'roslynator help {command ?? "[command]"}' for more information on a command."
+ Environment.NewLine
+ $"Run 'roslynator help {command ?? "[command]"} -v d' for more information on option values.";
return $"Run 'roslynator help {command ?? "[command]"}' for more information on a command.";
}
}
}

0 comments on commit f5a37f0

Please sign in to comment.