move license to the end of `--help` output

This commit is contained in:
Lynne Megido 2021-09-24 18:12:27 +10:00
parent 8a7cbca461
commit 3d41183f1c
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -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.",