Skip to content

Commit 1cd60f1

Browse files
committed
CA-253489 xe update-upload: extend help message
To explain that it falls back to the pool's default SR if the sr-uuid optional parameter is not specified. Signed-off-by: Gabor Igloi <[email protected]> (cherry picked from commit b2a21c8)
1 parent 9cdcb38 commit 1cd60f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/xapi/cli_frontend.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ let rec cmdtable_data : (string*cmd_spec) list =
855855
{
856856
reqd=["file-name"];
857857
optn=["sr-uuid"];
858-
help="Stream new update to the server.";
858+
help="Stream new update to the server. The update will be uploaded to the SR <sr-uuid>, or, if it is not specified, to the pool's default SR.";
859859
implementation=With_fd Cli_operations.update_upload;
860860
flags=[];
861861
};

0 commit comments

Comments
 (0)