Skip to content

Commit

Permalink
Improve doc parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed May 2, 2024
1 parent 782e194 commit b2feccc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions README.md
Expand Up @@ -25,17 +25,10 @@ Options:
--validate-certificate Validate SSL Certificate Proxmox VE node.
--host <host> (REQUIRED) The host name host[:port],host1[:port],host2[:port]
--vmid <vmid> The id or name VM/CT
<<<<<<< HEAD
--proxy <proxy> SPICE proxy server. This can be used by the client to specify the proxy server. All nodes in a cluster runs 'spiceproxy', so it is up to
the client to choose one. By default, we return the node to connect. If specify http(s)://[host]:[port] then replace proxy option in file
.vv. E.g. for reverse proxy.
--viewer <viewer> (REQUIRED) Executable SPICE client remote viewer.
=======
--proxy <proxy> SPICE proxy server. This can be used by the client to specify the proxy server. All nodes in a cluster runs
'spiceproxy', so it is up to the client to choose one. By default, we return the node to connect. If specify
http(s)://[host]:[port] then replace proxy option in file .vv. E.g. for reverse proxy.
--viewer <viewer> (REQUIRED) Executable SPICE client remote viewer (remote-viewer executable)
>>>>>>> a95eafc5623471c7e5825e184b29d43e6ad0fcf5
--viewer-options <viewer-options> Send options directly SPICE Viewer (quote value).
--start-or-resume Run stopped or paused VM
--wait-for-startup <wait-for-startup> Wait sec. for startup VM [default: 5]
Expand Down
2 changes: 1 addition & 1 deletion src/Corsinvest.ProxmoxVE.Pepper/Program.cs
Expand Up @@ -26,7 +26,7 @@
" By default, we return the node to connect." +
" If specify http(s)://[host]:[port] then replace proxy option in file .vv. E.g. for reverse proxy.");

var optRemoteViewer = app.AddOption<string>("--viewer", "Executable SPICE client remote viewer.")
var optRemoteViewer = app.AddOption<string>("--viewer", "Executable SPICE client remote viewer (remote-viewer executable)")
.AddValidatorExistFile();
optRemoteViewer.IsRequired = true;

Expand Down

0 comments on commit b2feccc

Please sign in to comment.