From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <eudev+bounces-36-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C242139082 for <garchives@archives.gentoo.org>; Tue, 28 Nov 2017 10:47:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97F1DE0DC9; Tue, 28 Nov 2017 10:47:54 +0000 (UTC) Received: from mail-lf0-x243.google.com (mail-lf0-x243.google.com [IPv6:2a00:1450:4010:c07::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42E00E0DC9 for <eudev@lists.gentoo.org>; Tue, 28 Nov 2017 10:47:54 +0000 (UTC) Received: by mail-lf0-x243.google.com with SMTP id f134so36370918lfg.8 for <eudev@lists.gentoo.org>; Tue, 28 Nov 2017 02:47:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=lGpynTO16wqvvfDVySmXiimiKnhRoQcS+eLM0L+IyYs=; b=Tzqcl9tjQmEMRZeFAaDrBo2COq+sO2P4lHUdHovh2LSzunxN9uSErAaqykh7ypotIJ H+GkihzLe4Lw2281MVrIDlkKIcSoEG4Wwq+xVOl7i+ToWTNGCj8NBsdyuB0L+S1zUol+ XEz+8aTBvBo+sYAa7an23qLiBTQFGCmh+8ZQ3vkl3E6CJEBxIkBIGuQbTMr2sTzR7fqP lI9VKkGb794/LVMaIK8oDQQsgtUOC6N6sxZxuEmZlkb3MeleTlGj4jX3edU9xPkJHvHV FTQXt3Ao+T93glFzih1+lAX80qtyFioxXTDPTAsbPWvAnhOpAWBoCiO3eOdt3x4HDbik YnRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=lGpynTO16wqvvfDVySmXiimiKnhRoQcS+eLM0L+IyYs=; b=UuJoB/A6JgkFXRnHjJzgkfZq2f1zB975bMqb5741HvTADV+qPbvfWTSUd5OtfDDTDA HoZhvHd+Eu82zFPkjx1BVLx0yYS9jaSzsMDaDX7eCVFnu3yktQ0zm2c5/V3BN0OVF+y5 C+fY8CJ5ObgvJ4Ti8EDzdaIzmyD2nnTLr4BU8O+dn41AUOIqr84HEdKP3Z2vEXckQCni iIxYeCg0JBESgDU1KHEmnAG0XYVFkx74AngK+7GoPgxqrdOAKJXnT2opGv5MVH7rhJAZ C72opn4aZNslbkBcbnWnHrQSEp08Et5QigoRJSvTFlDnRUnAQrn5+HddDx7JdZeImETX x9Tg== X-Gm-Message-State: AJaThX4lNR+8cbLqXG5ANCwjLmU0aCExPAsu+dzwluWISzgrXQfjsFNR XEzJ70ODskTiX6iBm1xWcCvnig== X-Google-Smtp-Source: AGs4zMalj6EUHL/3DDxnDA6XzhlTa1DqrOGH0hyc9mQ6XjI4JC55Xh2j0tP2rNJC3+szDG/3gM7xZw== X-Received: by 10.46.4.146 with SMTP id a18mr16067293ljf.37.1511866072525; Tue, 28 Nov 2017 02:47:52 -0800 (PST) Received: from localhost.localdomain (c-2ec2c16d-74736162.cust.telenor.se. [46.194.193.109]) by smtp.gmail.com with ESMTPSA id q27sm2555108lfd.55.2017.11.28.02.47.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Nov 2017 02:47:51 -0800 (PST) From: Marcus Folkesson <marcus.folkesson@gmail.com> To: eudev@lists.gentoo.org Cc: Marcus Folkesson <marcus.folkesson@gmail.com> Subject: [eudev] [PATCH] udevd.c: list all short options in help text Date: Tue, 28 Nov 2017 11:47:45 +0100 Message-Id: <20171128104745.8382-1-marcus.folkesson@gmail.com> X-Mailer: git-send-email 2.15.0 Precedence: bulk List-Post: <mailto:eudev@lists.gentoo.org> List-Help: <mailto:eudev+help@lists.gentoo.org> List-Unsubscribe: <mailto:eudev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:eudev+subscribe@lists.gentoo.org> List-Id: eudev mailing list <eudev.gentoo.org> X-BeenThere: eudev@gentoo.org X-BeenThere: eudev@lists.gentoo.org X-Archives-Salt: 8b471011-e523-40fe-9d3f-af5c7b84cb45 X-Archives-Hash: 35ce6aeda0109a7e34797d44187d3f2b Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> --- src/udev/udevd.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/udev/udevd.c b/src/udev/udevd.c index fa5e345a3..268fa5b4e 100644 --- a/src/udev/udevd.c +++ b/src/udev/udevd.c @@ -1033,13 +1033,13 @@ static void help(void) { printf("%s [OPTIONS...]\n\n" "Manages devices.\n\n" " -h --help Print this message\n" - " --version Print version of the program\n" - " --daemon Detach and run in the background\n" - " --debug Enable debug output\n" - " --children-max=INT Set maximum number of workers\n" - " --exec-delay=SECONDS Seconds to wait before executing RUN=\n" - " --event-timeout=SECONDS Seconds to wait before terminating an event\n" - " --resolve-names=early|late|never\n" + " -V --version Print version of the program\n" + " -d --daemon Detach and run in the background\n" + " -D --debug Enable debug output\n" + " -c --children-max=INT Set maximum number of workers\n" + " -e --exec-delay=SECONDS Seconds to wait before executing RUN=\n" + " -t --event-timeout=SECONDS Seconds to wait before terminating an event\n" + " -N --resolve-names=early|late|never\n" " When to resolve users and groups\n" , program_invocation_short_name); } -- 2.13.1