From bd9c85fb44d4a04d1ab4ad5a3243b930510c4bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 22 Jun 2023 16:14:53 +0200 Subject: [PATCH] fix(strings): fixed mini-license typos --- src/utils/strings.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/strings.rs b/src/utils/strings.rs index a06c565..fd0c38a 100644 --- a/src/utils/strings.rs +++ b/src/utils/strings.rs @@ -18,9 +18,9 @@ /// These Terms to Your New Programs" pub const INTERACTIVE_NOTICE: &str = "\ gg Copyright (C) 2023 Christina Sørensen -This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This program comes with ABSOLUTELY NO WARRANTY; for details type `gg --warranty'. This is free software, and you are welcome to redistribute it -under certain conditions; type `show c' for details. +under certain conditions; type `gg --license' for details. "; /// Contains the license part of the long notice for interactive programs from