From 99288fb670182e07efedff417f54ff55e0e4f387 Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Mon, 30 Oct 2017 17:22:18 +0700 Subject: [PATCH] Using --option ARGUMENT The OpenStack CLI commands support both --option ARGUMENT and --option=ARGUMENT. In technical publications, use --option ARGUMENT.[1] [1]https://docs.openstack.org/doc-contrib-guide/writing-style/code-conventions.html Change-Id: Ia6d587bbea3d71533fa6f859e7e34aac4c594d8e --- doc/source/cli/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/cli/index.rst b/doc/source/cli/index.rst index cca3753..368488b 100644 --- a/doc/source/cli/index.rst +++ b/doc/source/cli/index.rst @@ -81,7 +81,7 @@ Retrieving introspection data :: - $ openstack baremetal introspection data save [--file=file_name] NODE_ID + $ openstack baremetal introspection data save [--file file_name] NODE_ID * ``NODE_ID`` - Ironic node UUID or name; * ``file_name`` - file name to save data to. If file name is not provided,