From 325c5ddbd05f0bb467f4ccf942deb49d1af6eef1 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 17 Oct 2018 11:35:48 +0200 Subject: [PATCH] Fix: URL in imag helptext Signed-off-by: Matthias Beyer --- bin/core/imag/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/core/imag/src/main.rs b/bin/core/imag/src/main.rs index fbaa974e..9b8267ca 100644 --- a/bin/core/imag/src/main.rs +++ b/bin/core/imag/src/main.rs @@ -91,7 +91,7 @@ fn help_text(cmds: Vec) -> String { Call a command with 'imag ' Each command can be called with "--help" to get the respective helptext. - Please visit https://github.com/matthiasbeyer/imag to view the source code, + Please visit https://git.imag-pim.org/imag to view the source code, follow the development of imag or maybe even contribute to imag. imag is free software. It is released under the terms of LGPLv2.1