From f970fc987f82dd11ab74536459e403ee155fd247 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 17 Oct 2018 11:35:53 +0200 Subject: [PATCH] Update about-text in imag-tag Signed-off-by: Matthias Beyer --- bin/core/imag-tag/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/core/imag-tag/src/main.rs b/bin/core/imag-tag/src/main.rs index f07b8b25..01387336 100644 --- a/bin/core/imag-tag/src/main.rs +++ b/bin/core/imag-tag/src/main.rs @@ -80,7 +80,7 @@ fn main() { let version = make_imag_version!(); let rt = generate_runtime_setup("imag-tag", &version, - "Direct interface to the store. Use with great care!", + "Add and remove tags for entries", build_ui); let ids : Vec = rt