From dc49b2265c7d24a83db89fe499a54cf5bfa8758c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 31 Jul 2018 21:20:08 -0700 Subject: [PATCH] Fix: Binary name Signed-off-by: Matthias Beyer --- bin/domain/imag-log/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/domain/imag-log/Cargo.toml b/bin/domain/imag-log/Cargo.toml index 30af3f7c..3c22c706 100644 --- a/bin/domain/imag-log/Cargo.toml +++ b/bin/domain/imag-log/Cargo.toml @@ -3,7 +3,7 @@ name = "imag-log" version = "0.9.0" authors = ["Matthias Beyer "] -description = "Part of the imag core distribution: imag-bookmark command" +description = "Part of the imag core distribution: imag-log command" keywords = ["imag", "PIM", "personal", "information", "management"] readme = "../../../README.md"