Skip to content

Commit

Permalink
clarify that the stat counts direct descendants
Browse files Browse the repository at this point in the history
  • Loading branch information
ike709 authored Dec 30, 2024
1 parent 2d0b785 commit 7c13b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DMDisassembler/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private static void PrintHelp([CanBeNull] string command) {
Console.WriteLine("Prints various statistics. Usage: stats [type]");
Console.WriteLine("Options for [type]:");
Console.WriteLine("procs-by-type : Prints the number of proc declarations (not overrides) on each type in descending order");
Console.WriteLine("subtypes-by-type : Prints the number of subtypes on each type in descending order");
Console.WriteLine("subtypes-by-type : Prints the number of direct-descendant subtypes on each type in descending order");
Console.WriteLine("opcode-count : Prints the number of occurrences for each opcode in descending order");
break;
}
Expand Down

0 comments on commit 7c13b0d

Please sign in to comment.