From 97d5c9bd0e42d4fa523351f7cbbbfafc464fd402 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 3 Nov 2003 22:59:36 +0000 Subject: [PATCH] Fixed display bug in --help and --license options --- src/common/weechat.h | 6 ++---- weechat/src/common/weechat.h | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/common/weechat.h b/src/common/weechat.h index 7a6c75ca7..83c27f661 100644 --- a/src/common/weechat.h +++ b/src/common/weechat.h @@ -62,7 +62,7 @@ #define WEE_LICENSE \ PACKAGE_STRING " (c) Copyright 2003, compiled on " __DATE__ __TIME__ \ - "Developed by FlashCode \n" \ + "\nDeveloped by FlashCode \n" \ " Bounga \n" \ " Xahlexx \n\n" \ "This program is free software; you can redistribute it and/or modify\n" \ @@ -82,11 +82,9 @@ #define WEE_USAGE \ PACKAGE_STRING " (c) Copyright 2003, compiled on " __DATE__ __TIME__ \ - "Developed by FlashCode \n" \ + "\nDeveloped by FlashCode \n" \ " Bounga \n" \ " Xahlexx \n\n" \ - " Bounga \n" \ - " Xahlexx \n\n" \ " -h, --help this help screen\n", \ " -l, --license display WeeChat license\n" \ " -v, --version display WeeChat version\n\n" diff --git a/weechat/src/common/weechat.h b/weechat/src/common/weechat.h index 7a6c75ca7..83c27f661 100644 --- a/weechat/src/common/weechat.h +++ b/weechat/src/common/weechat.h @@ -62,7 +62,7 @@ #define WEE_LICENSE \ PACKAGE_STRING " (c) Copyright 2003, compiled on " __DATE__ __TIME__ \ - "Developed by FlashCode \n" \ + "\nDeveloped by FlashCode \n" \ " Bounga \n" \ " Xahlexx \n\n" \ "This program is free software; you can redistribute it and/or modify\n" \ @@ -82,11 +82,9 @@ #define WEE_USAGE \ PACKAGE_STRING " (c) Copyright 2003, compiled on " __DATE__ __TIME__ \ - "Developed by FlashCode \n" \ + "\nDeveloped by FlashCode \n" \ " Bounga \n" \ " Xahlexx \n\n" \ - " Bounga \n" \ - " Xahlexx \n\n" \ " -h, --help this help screen\n", \ " -l, --license display WeeChat license\n" \ " -v, --version display WeeChat version\n\n"