diff --git a/confluent_client/doc/man/nodemedia.ronn b/confluent_client/doc/man/nodemedia.ronn index d850b18e..3fa466fc 100644 --- a/confluent_client/doc/man/nodemedia.ronn +++ b/confluent_client/doc/man/nodemedia.ronn @@ -3,7 +3,7 @@ nodemedia(8) -- Manage server remote media ## SYNOPSIS -`nodemedia [attach|detachall|list|upload] ` +`nodemedia [attach|detachall|list|upload] [options] ` ## DESCRIPTION @@ -31,6 +31,11 @@ BMCs map a virtual USB device to that url. Content is loaded on demand, and as such that URL is referenced potentially once for every IO operation that the host platform attempts. +## OPTIONS + +* `-c`: + Specify the maximum number of instances to run concurrently. + ## EXAMPLES * Listing currently mounted media: `# nodemedia s1-s4 list` diff --git a/confluent_client/doc/man/nodeshell.ronn b/confluent_client/doc/man/nodeshell.ronn index 888e8f51..7c4c57ba 100644 --- a/confluent_client/doc/man/nodeshell.ronn +++ b/confluent_client/doc/man/nodeshell.ronn @@ -3,7 +3,7 @@ nodeshell(8) -- Execute command on many nodes in a noderange through ssh ## SYNOPSIS -`nodeshell ` +`nodeshell [options] ` ## DESCRIPTION @@ -12,6 +12,11 @@ accepts and interpolates confluent attribute expressions as documented in nodeattribexpressions(5). `nodeshell` provides stdout as stdout and stderr as stderr, unlike psh which combines all stdout and stderr into stdout. +## OPTIONS + +* `-c`: + Specify the maximum number of instances to run concurrently. + ## EXAMPLES * Running `echo hi` on for nodes: