From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DBC82198006 for ; Mon, 25 Feb 2013 20:50:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 887A8E0665; Mon, 25 Feb 2013 20:50:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1750E064C for ; Mon, 25 Feb 2013 20:50:52 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D0EB33BF0D for ; Mon, 25 Feb 2013 20:50:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0F656E4075 for ; Mon, 25 Feb 2013 20:50:48 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1361824790.67377cc09fb597e4e65fde52ca0c5cb269d00c15.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/rc.c X-VCS-Directories: src/rc/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 67377cc09fb597e4e65fde52ca0c5cb269d00c15 X-VCS-Branch: master Date: Mon, 25 Feb 2013 20:50:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7d9e5db5-4e51-4ca1-acdd-cfeec40a1fd5 X-Archives-Hash: 8df50b94dcc025576479a9efaba3d1f0 commit: 67377cc09fb597e4e65fde52ca0c5cb269d00c15 Author: Andrew Gregory gmail com> AuthorDate: Sun Feb 24 17:06:40 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Feb 25 20:39:50 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=67377cc0 rc: add usage message Signed-off-by: Andrew Gregory gmail.com> --- src/rc/rc.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/rc/rc.c b/src/rc/rc.c index 2590048..a5d7085 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -727,6 +727,8 @@ handle_bad_signal(int sig) #endif #include "_usage.h" +#define usagestring "" \ + "Usage: rc [options] []" #define getoptstring "a:o:s:S" getoptstring_COMMON static const struct option longopts[] = { { "applet", 1, NULL, 'a' },