# HG changeset patch # User dermetfan # Date 1435301110 -7200 # Fri Jun 26 08:45:10 2015 +0200 # Node ID 9dcccb52c142382edd8c6fe02b1d6aa1916be41b # Parent 90895e999bdd0775b05e2d4b57edc49737161cca renamed project diff --git a/Cargo.lock b/Cargo.lock --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,5 @@ [root] -name = "tlife" +name = "cursedlife" version = "0.0.1" dependencies = [ "getopts 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "tlife" +name = "cursedlife" version = "0.0.1" authors = ["dermetfan"] diff --git a/src/main.rs b/src/main.rs --- a/src/main.rs +++ b/src/main.rs @@ -47,7 +47,7 @@ options.optopt("b", ARG_BORDER, "Draw a border around the grid. Valid TYPEs are: blank, single (default), double, strong, thin, thick, solid", "TYPE"); let print_help = |short: bool| { - const TITLE: &'static str = "tlife\nCopyright 2015 Robin Stumm\nhttp://dermetfan.net"; + const TITLE: &'static str = "cursedlife\nCopyright 2015 Robin Stumm\nhttp://dermetfan.net"; let help = if short { options.short_usage(TITLE) } else {