From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D3074A046B for ; Thu, 27 Jun 2019 06:41:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7E2C12BF2; Thu, 27 Jun 2019 06:41:45 +0200 (CEST) Received: from mail-pf1-f196.google.com (mail-pf1-f196.google.com [209.85.210.196]) by dpdk.org (Postfix) with ESMTP id 91372326D for ; Thu, 27 Jun 2019 06:41:44 +0200 (CEST) Received: by mail-pf1-f196.google.com with SMTP id m30so551646pff.8 for ; Wed, 26 Jun 2019 21:41:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:in-reply-to:references; bh=C07w8VgekN2yNktF1ywfKdcFSqt7R9kpup2My6kdUFo=; b=paB2fnhJpqh5BQFukvKDBht7mBRgCZyuAxUUEaXNL8E5c1PlNeliUsT/M93Tk4Lauv +sfG0a3TjEbLCI/3vIvNFslO5B7puSZ12c74cCvnrEAIljzm1sJVwRxykbnL2EoxgRY0 fClqsyWB6y8iQBVVxa2/48ce4kRJVYFuDQJi7BVrlcDqS4ZAc8Lmq3O2fmVABh6F7U5L Zl1Wv3fJaVeDRYbvqCKc81TwtJt1hMTnrKDCFadvybKjn9iK5YN6sOPgWHKTLZY9rlgW jRwpTVeFIGnreElZ3logD+IAWSC6MHPiZIMt5mto4kOdSaWF4hL0DzZ+zftN19rEQNuE w+Hw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=C07w8VgekN2yNktF1ywfKdcFSqt7R9kpup2My6kdUFo=; b=rhIQ58U4f7Rcjsv+aepdyMq/pD5Wp8XaleT7l4eljqngaCkuuRezwvnwYGalAuLkJO ILqGMkijsR0zBqFxAqX5Vh+HggdsAM/0jL7h82SPijS/LAEENCq8umXRMaphY1BW+5YM UkBLycNTAPRa70WiiE22VD3LziKAf3QGuJjaBSfqafRA+7EWnmOGZ2NsMzVhnkVosIBa 784hVZCZfz0AZ3FTv2oKfOocO7m09OAft8NYIPX8zKOfqgxzd4Z4fy8vP7SzdT5aS+RJ aJ9HgskEgvaUNFIoa0CZHDDXcD0YZNxsBgs6y5vgl0fQJ6YuYrqkFDeAG5V7XRqJAxsJ gVdA== X-Gm-Message-State: APjAAAV1gU2zam+SUWnUo/nDvn188Xz/ICf/mixU4S+zq1Onhxorb56f 7Spy3eESYW9fqTE2XgvWTum1GMUS X-Google-Smtp-Source: APXvYqwskpnpu3p8IshoUouPkBjuX5gyb2K89TqOWvX5ZH0Yipk3dwiId6n9OouW2rck/29rT0B7YA== X-Received: by 2002:a17:90a:c596:: with SMTP id l22mr3585144pjt.46.1561610503772; Wed, 26 Jun 2019 21:41:43 -0700 (PDT) Received: from localhost.localdomain ([192.47.164.146]) by smtp.gmail.com with ESMTPSA id w197sm1161728pfd.41.2019.06.26.21.41.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Jun 2019 21:41:43 -0700 (PDT) From: yasufum.o@gmail.com To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Thu, 27 Jun 2019 13:41:37 +0900 Message-Id: <20190627044137.15165-3-yasufum.o@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190627044137.15165-1-yasufum.o@gmail.com> References: <20190627044137.15165-1-yasufum.o@gmail.com> Subject: [spp] [PATCH 2/2] docs: update help message of SPP CLI X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spp-bounces@dpdk.org Sender: "spp" From: Yasufumi Ogawa Command options of SPP CLI for getting IP address and port are updated from getting separately, for example `-b 127.0.0.1` and `-a 7777`, to get both with one option `-b 127.0.0.1:7777`. This patch is to update the example of options. Signed-off-by: Yasufumi Ogawa --- docs/guides/gsg/howto_use.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/guides/gsg/howto_use.rst b/docs/guides/gsg/howto_use.rst index c6023ee..3579c75 100644 --- a/docs/guides/gsg/howto_use.rst +++ b/docs/guides/gsg/howto_use.rst @@ -186,9 +186,8 @@ All of options can be referred with help option ``-h``. optional arguments: -h, --help show this help message and exit -b BIND_ADDR, --bind-addr BIND_ADDR - bind address, default=127.0.0.1 - -a API_PORT, --api-port API_PORT - bind address, default=777 + bind address, default=127.0.0.1:7777 + All of SPP CLI commands are described in :doc:`../../commands/index`. -- 2.17.1