diff --git a/cli/main.rs b/cli/main.rs index 8772c31d6..d0c5aa179 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -108,6 +108,9 @@ fn handle_dot_command( println!("Unknown command: {}", args[0]); println!("Available commands:"); println!(" .schema - Display the schema for a specific table"); + println!( + " .opcodes - Display all the opcodes defined by the virtual machine" + ); } }