aboutsummaryrefslogtreecommitdiff
path: root/doc/eclat-mktag.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/eclat-mktag.1')
-rw-r--r--doc/eclat-mktag.112
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/eclat-mktag.1 b/doc/eclat-mktag.1
index 919fa79..99d0842 100644
--- a/doc/eclat-mktag.1
+++ b/doc/eclat-mktag.1
@@ -85,11 +85,9 @@ error.
.IP \n[step].
Create two tags for an instance:
.sp
-.nf
-.in +2
+.EX
eclat mktag \-i i\-12345678 Name=Webserver test
-.in
-.fi
+.EE
.sp
This command creates two tags for instance \fBi\-12345678\fR: the tag
\fBName\fR with the value \fBWebserver\fR and tag \fBtest\fR with
@@ -97,15 +95,13 @@ empty value.
.IP \n+[step].
Copy tags between instances:
.sp
-.nf
-.in +2
+.EX
eclat -e 'if (.DescribeTagsResponse)
for (var in .DescribeTagsResponse.tagSet.item)
print(var.key,"=",var.value,"\\n");' \\
lstag resource\-id=i\-12345678 |
eclat mktag \-i i\-fe2345ed \-T \-
-.in
-.fi
+.EE
.sp
This example uses the
.B lstag

Return to:

Send suggestions and report system problems to the System administrator.