1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

od: implement --help and --version

This commit is contained in:
Wim Hueskes 2016-07-18 22:46:04 +02:00
parent a900b42a1f
commit e0b7ff1953
3 changed files with 20 additions and 0 deletions

1
Cargo.lock generated
View file

@ -660,6 +660,7 @@ version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"unindent 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]