We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164ff4f commit d9e8b99Copy full SHA for d9e8b99
src/RefDump/Program.cs
@@ -525,6 +525,9 @@ private static void PrintUsage()
525
-s If the file pattern is specified, such as *.dll,
526
-s or /s indicates that the pattern should recurse
527
into all subdirectories to find *.dll files.
528
+ -g Copy the reference graph to Clipboard in GraphViz
529
+ format. Paste into http://www.webgraphviz.com/
530
+ to generate an image.
531
532
If an output.xml file name is specified, dump detailed
533
report into that xml.", ConsoleColor.Gray);
0 commit comments