[node-patches] Change in ovirt-node[master]: update edit-node --install* man page sections to designate a...

jboggs at redhat.com jboggs at redhat.com
Fri May 17 13:58:33 UTC 2013


Joey Boggs has uploaded a new change for review.

Change subject: update edit-node --install* man page sections to designate as comma delimited
......................................................................

update edit-node --install* man page sections to designate as comma delimited

Change-Id: I95fbdd11efef50aaf8ce12b2eb330f4580ec2fc6
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
M tools/edit-node
M tools/edit-node.8
2 files changed, 9 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/36/14836/1

diff --git a/tools/edit-node b/tools/edit-node
index f9e9208..54b06db 100755
--- a/tools/edit-node
+++ b/tools/edit-node
@@ -1306,13 +1306,13 @@
                       help="Specify the builder of a Remix.")
 
     parser.add_option("-p", "--install-plugin", type="string",
-                      dest="plugin", help="Specify plugins to install")
+                      dest="plugin", help="comma delimited list of plugins to install")
 
     parser.add_option("--install", type="string",
-                      dest="install", help="Specify packages to install")
+                      dest="install", help="comma delimited list of packages to install")
 
     parser.add_option("--install-kmod", type="string",
-                      dest="install_dup", help="Specify driver update packages to install")
+                      dest="install_dup", help="comma delimited list of driver update packages to install")
 
     parser.add_option("--repo", type="string",
                       dest="repo", help="Specify yum repo file or yum repository on the filesystem")
diff --git a/tools/edit-node.8 b/tools/edit-node.8
index 4570cd6..48dae4b 100644
--- a/tools/edit-node.8
+++ b/tools/edit-node.8
@@ -21,11 +21,14 @@
 .IP \fB\-\-sshkey=USER,PUB_KEY_FILE\fR
 Set a public key for the specified user, can be specified multiple times, if no user is specified the default is admin
 .IP \fB\-\-install-plugin=PLUGIN_PACKAGE_NAME\fR
-Installs a the specific plugin package from a yum repo or specified rpm file, valid file locations are whitelisted to plugin specific areas
+Installs a the specific plugin package from a yum repo or specified rpm file, valid file locations are whitelisted to plugin specific areas.
+Multiple packages can be specified by comma delimited list (package1,package2)
 .IP \fB\-\-install-kmod=KMOD_PACKAGE_NAME\fR
-Installs a the specific plugin package from a yum repo or specified rpm file, valid file locations are whitelisted to kmod specific areas
+Installs a the specific plugin package from a yum repo or specified rpm file, valid file locations are whitelisted to kmod specific areas.
+Multiple packages can be specified by comma delimited list (package1,package2)
 .IP \fB\-\-install=PACKAGE_NAME\fR
-Installs a the specific package from a yum repo or specified rpm file, all file locations are valid
+Installs a the specific package from a yum repo or specified rpm file, all file locations are valid.
+Multiple packages can be specified by comma delimited list (package1,package2)
 .IP \fB\-\-repo=REPO\fR
 Yum repository can be a local directory, a yum repository file, or a driver disk iso file. It must be used in conjunction with --install* options
 .IP \fB\-\-nogpgcheck\fR


--
To view, visit http://gerrit.ovirt.org/14836
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I95fbdd11efef50aaf8ce12b2eb330f4580ec2fc6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>



More information about the node-patches mailing list