diff --git a/src/RefDump/Program.cs b/src/RefDump/Program.cs index 9d9b68a..5ebb2b3 100644 --- a/src/RefDump/Program.cs +++ b/src/RefDump/Program.cs @@ -525,6 +525,9 @@ private static void PrintUsage() -s If the file pattern is specified, such as *.dll, -s or /s indicates that the pattern should recurse into all subdirectories to find *.dll files. + -g Copy the reference graph to Clipboard in GraphViz + format. Paste into http://www.webgraphviz.com/ + to generate an image. If an output.xml file name is specified, dump detailed report into that xml.", ConsoleColor.Gray);