Skip to content
Snippets Groups Projects
Commit 7306847f authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Add --zero-terminated as long option

parent e9c4a0c3
Branches
Tags
No related merge requests found
[package]
name = "hashtoc"
version = "0.1.1"
version = "0.1.2"
authors = ["Anders Blomdell <anders.blomdell@control.lth.se>"]
build = "build.rs"
links = "libhash.a,libssl"
......
......@@ -604,6 +604,7 @@ fn main() {
.help("Sets the level of verbosity"))
.arg(Arg::with_name("zero-terminated")
.short("z")
.long("zero-terminated")
.help("End lines with NULL character"))
.arg(Arg::with_name("max_age")
.short("m")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment