From ba780659be656339fcaa247ca242c9a49a5e2e01 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Mon, 10 Sep 2018 12:01:07 +0100 Subject: [PATCH] Add repo info to usage string --- src/compton.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/compton.c b/src/compton.c index 6014993..d3faa0d 100644 --- a/src/compton.c +++ b/src/compton.c @@ -4464,6 +4464,8 @@ usage(int ret) { #define WARNING const static char *usage_text = "compton (" COMPTON_VERSION ")\n" + "This is the maintenance fork of compton, please report\n" + "bugs to https://github.com/yshui/compton\n\n" "usage: compton [options]\n" "Options:\n" "\n"