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