Skip to content

Commit ad48183

Browse files
fix #6360: properly quote tags in example
Signed-off-by: Fabian Grünbichler <[email protected]>
1 parent 57cdb88 commit ad48183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pve-gui.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ Tags can also be set via the CLI, where multiple tags are separated by semicolon
404404
For example:
405405

406406
----
407-
# qm set ID --tags myfirsttag;mysecondtag
407+
# qm set ID --tags 'myfirsttag;mysecondtag'
408408
----
409409

410410
Style Configuration

0 commit comments

Comments
 (0)