fix: typo in cargo.toml
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -194,7 +194,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mimix-8086-rs"
|
name = "minix-8086-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "mimix-8086-rs"
|
name = "minix-8086-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ CLI Options:
|
|||||||
$ cargo run -- --help
|
$ cargo run -- --help
|
||||||
Simple prgram to diasm and interpret Minix binaries
|
Simple prgram to diasm and interpret Minix binaries
|
||||||
|
|
||||||
Usage: mimix-8086-rs [OPTIONS] <COMMAND>
|
Usage: minix-8086-rs [OPTIONS] <COMMAND>
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
disasm Disassemble the binary into 8086 instructions
|
disasm Disassemble the binary into 8086 instructions
|
||||||
|
|||||||
Reference in New Issue
Block a user