From 3d41183f1c918bf0859c5543109e70a9e03739e0 Mon Sep 17 00:00:00 2001 From: Lynne Date: Fri, 24 Sep 2021 18:12:27 +1000 Subject: [PATCH] move license to the end of `--help` output --- src/parameters.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parameters.rs b/src/parameters.rs index b5331b3..318018a 100644 --- a/src/parameters.rs +++ b/src/parameters.rs @@ -40,7 +40,7 @@ pub enum OutputFormat { author = option_env!("CARGO_PKG_AUTHORS").unwrap_or("Lynnesbian"), about = option_env!("CARGO_PKG_DESCRIPTION").unwrap_or("File Info Fixer"), before_help = "Copyright © 2021 Lynnesbian under the GPL3 (or later) License.", - before_long_help = "Copyright © 2021 Lynnesbian\n\ + after_long_help = "Copyright © 2021 Lynnesbian\n\ This program is free software: you can redistribute it and/or modify \ it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 \ of the License, or (at your option) any later version.",