Skip to content

Commit

Permalink
Update DMDisassembler/Program.cs
Browse files Browse the repository at this point in the history
Co-authored-by: wixoa <wixoag@gmail.com>
  • Loading branch information
ike709 and wixoaGit authored Dec 11, 2024
1 parent 4bff087 commit 5ead2e3
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 @@ -131,7 +131,7 @@ void AllCommands() {
Console.WriteLine("DM Disassembler for OpenDream");
Console.WriteLine("Commands and arguments:");
Console.WriteLine("help [command] : Show additional help for [command] if applicable");
Console.WriteLine("quit|q : Exits the disassembler");
Console.WriteLine("exit|quit|q : Exits the disassembler");
Console.WriteLine("search type|proc [name] : Search for a particular typepath or a proc on a selected type");
Console.WriteLine("select|sel : Select a typepath to run further commands on");
Console.WriteLine("list procs|globals : List all globals, or all procs on a selected type");
Expand Down

0 comments on commit 5ead2e3

Please sign in to comment.