Skip to content

Commit d9e8b99

Browse files
committed
Add more help.
1 parent 164ff4f commit d9e8b99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/RefDump/Program.cs

+3
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,9 @@ private static void PrintUsage()
525525
-s If the file pattern is specified, such as *.dll,
526526
-s or /s indicates that the pattern should recurse
527527
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.
528531
529532
If an output.xml file name is specified, dump detailed
530533
report into that xml.", ConsoleColor.Gray);

0 commit comments

Comments
 (0)