From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9E03442D8D; Thu, 29 Jun 2023 17:59:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8AE09406B7; Thu, 29 Jun 2023 17:59:22 +0200 (CEST) Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mails.dpdk.org (Postfix) with ESMTP id 3C21E41101 for ; Thu, 29 Jun 2023 17:59:19 +0200 (CEST) Received: by mail-pf1-f180.google.com with SMTP id d2e1a72fcca58-6686c74183cso775724b3a.1 for ; Thu, 29 Jun 2023 08:59:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1688054358; x=1690646358; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=pp72RlIvGuDF0mhsFUm63/uvVcS7XvB1ShVEfHsSG9g=; b=LeU4f5pOG2qhRbPRgjl8ok+62TmuljmbkfOhre2nuktERAyt4j/V1AdajuUOq0M0EW e3F/5PDR6ARWGdKzA2aFJv6dOv94wfnqHWckRx+ifCRSvxm0WNBoGx8LWfrVUvs+09dN bFRnol1eXWqePOySQYwrOOtCm3D1YoLyfAjp9pMtcW+ywAfD8DoWSrN0kSeMDsgSuxM2 NwxS6Ku95s8GNUytrg0jp3X5wENSMkDo9r+8A5lNHwXp+jagD0y1ySRqT2t/ePlE5urE pc2hl3TbmC28ymPFKznQqni2VAm2ngpDqdAndciERy2BRjYY9lbBYCKPv4ceAqB/mTi3 DBJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688054358; x=1690646358; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=pp72RlIvGuDF0mhsFUm63/uvVcS7XvB1ShVEfHsSG9g=; b=B4FHVLm6hbjClmqHaa/m4yrHzrQfqLlyAoc9wLo8VO/eHF4ENecH2RPWMmOv6pqrvd IirkDutp77XXu6whaoZUtJokpxEMLSH/v5oitX4CDk1PAMN0IJRkc3IPipzheoQUXdft G4sQICrXV7HBzKAZblypKnqkLDvyUONczyycsVTKCUkpBc2S4gt+dpnPl4sGeyLGnz4I pcl9bZ5FGzjGHjiJ2ROwaTsLeqH+87UAw0bhQQ5A13g0mzXrHcnnw+nuMsqJtCOH8wzV 0jco8vZTDGB5ah5emCqAEDKBDqyXFgAcX9UehYnwmeKo26yOsfG1VAgW1Uufw6iyWwQD dWzw== X-Gm-Message-State: ABy/qLY2wKFN7Ogh1Sp4zlDFctW31DiZZunqtTx7nV5woGUYNklQh3mr mR/BfZpFfybPAGhhftghB+GJV0EpaxqmaCSwp+NVXA== X-Google-Smtp-Source: APBJJlH+UT0ESOkSazj7op/HiL9XJHewX6SZK/Qd/tQg14FHwRroNE5NgKHaM/Vm7HhhJUhHjwKRLg== X-Received: by 2002:aa7:88cf:0:b0:674:ff6d:1b39 with SMTP id k15-20020aa788cf000000b00674ff6d1b39mr399033pff.9.1688054358180; Thu, 29 Jun 2023 08:59:18 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id c6-20020a63ea06000000b0055b553157a5sm471716pgi.71.2023.06.29.08.59.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Jun 2023 08:59:17 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH v6 3/6] eal: fix help message for syslog option Date: Thu, 29 Jun 2023 08:58:40 -0700 Message-Id: <20230629155858.75668-4-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230629155858.75668-1-stephen@networkplumber.org> References: <20200814173441.23086-1-stephen@networkplumber.org> <20230629155858.75668-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org The --syslog flag takes facility argument. Signed-off-by: Stephen Hemminger --- lib/eal/common/eal_common_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/eal/common/eal_common_options.c b/lib/eal/common/eal_common_options.c index 03059336987d..005da4d12001 100644 --- a/lib/eal/common/eal_common_options.c +++ b/lib/eal/common/eal_common_options.c @@ -2193,7 +2193,7 @@ eal_common_usage(void) " --"OPT_VMWARE_TSC_MAP" Use VMware TSC map instead of native RDTSC\n" " --"OPT_PROC_TYPE" Type of this process (primary|secondary|auto)\n" #ifndef RTE_EXEC_ENV_WINDOWS - " --"OPT_SYSLOG" Set syslog facility\n" + " --"OPT_SYSLOG"= Set syslog facility\n" #endif " --"OPT_LOG_LEVEL"= Set global log level\n" " --"OPT_LOG_LEVEL"=:\n" -- 2.39.2