diff --git a/Cargo.toml b/Cargo.toml
index 6aa7146ca863815d8146ea241107bc53bae1e0f3..e07ed790fbcf8dfbdfce0adc11eedfb2d7f3d26d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [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"
diff --git a/src/main.rs b/src/main.rs
index 107486e687dfeb48c95ccb14de21035aa34da522..5269998ed119104d42c8814f981ba218472d7073 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -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")