aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-02-03 11:31:53 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-02-03 11:31:53 +0200
commit30d6160edfa6698c82233527750adc6278485b93 (patch)
tree9b403780bf07efd63637ed9de7f55dd709d34224
parentd699e40063010f40473d2a281c5cc61961d8e0ef (diff)
downloadeclat-30d6160edfa6698c82233527750adc6278485b93.tar.gz
eclat-30d6160edfa6698c82233527750adc6278485b93.tar.bz2
Update documentation for mktag and rmtag.
-rw-r--r--doc/eclat-mktag.112
-rw-r--r--doc/eclat-rmtag.18
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/eclat-mktag.1 b/doc/eclat-mktag.1
index 99d0842..7dd918c 100644
--- a/doc/eclat-mktag.1
+++ b/doc/eclat-mktag.1
@@ -13,7 +13,7 @@
13.\" 13.\"
14.\" You should have received a copy of the GNU General Public License 14.\" You should have received a copy of the GNU General Public License
15.\" along with Eclat. If not, see <http://www.gnu.org/licenses/>. 15.\" along with Eclat. If not, see <http://www.gnu.org/licenses/>.
16.TH MKTAG 1 "April 20, 2013" "ECLAT" "Eclat User Reference" 16.TH MKTAG 1 "February 3, 2014" "ECLAT" "Eclat User Reference"
17.SH NAME 17.SH NAME
18eclat mktag, create\-tags \- create or replace tags for a resource 18eclat mktag, create\-tags \- create or replace tags for a resource
19.SH SYNOPSIS 19.SH SYNOPSIS
@@ -22,18 +22,18 @@ eclat mktag, create\-tags \- create or replace tags for a resource
22 [\fB\-T\fR \fIFILE\fR] 22 [\fB\-T\fR \fIFILE\fR]
23 [\fB\-\-ami\fR \fIID\fR] [\fB\-\-instance\fR \fIID\fR] [\fB\-\-resource\-id\fR [\fIMAP\fR:]\fIID\fR] 23 [\fB\-\-ami\fR \fIID\fR] [\fB\-\-instance\fR \fIID\fR] [\fB\-\-resource\-id\fR [\fIMAP\fR:]\fIID\fR]
24 [\fB\-\-volume\fR \fIID\fR] [\fB\-\-snapshot\fR \fIID\fR] 24 [\fB\-\-volume\fR \fIID\fR] [\fB\-\-snapshot\fR \fIID\fR]
25 [\fB\-\-from\-file\fR \fIFILE\fR] \fITAG\fR[=\fIVAL\fR]... 25 [\fB\-\-from\-file\fR \fIFILE\fR] [\fIID\fR]... \fITAG\fR[=\fIVAL\fR]...
26 26
27\fBeclat mktag\fR \fB\-\-help\fR 27\fBeclat mktag\fR \fB\-\-help\fR
28.SH DESCRIPTION 28.SH DESCRIPTION
29This command creates or replaces one or more tags for a given 29This command creates or replaces one or more tags for given
30resource. Tags are specified by their names. If a tag name is 30resources. Tags are specified by their names. If a tag name is
31followed by an equals sign, the characters following that sign are 31followed by an equals sign, the characters following that sign are
32stored in this tag's value. Otherwise an empty value is assigned to 32stored in this tag's value. Otherwise an empty value is assigned to
33it. 33it.
34.PP 34.PP
35The resource to create the tags for is supplied with one of the 35The resources to create the tags for are supplied with one of the
36options. The resource designation must be present. 36options. At least one resource designation must be present.
37.PP 37.PP
38If ID mapping is enabled (see the section \fBMAPS\fR 38If ID mapping is enabled (see the section \fBMAPS\fR
39in 39in
diff --git a/doc/eclat-rmtag.1 b/doc/eclat-rmtag.1
index 90a3f4f..58de4f8 100644
--- a/doc/eclat-rmtag.1
+++ b/doc/eclat-rmtag.1
@@ -13,7 +13,7 @@
13.\" 13.\"
14.\" You should have received a copy of the GNU General Public License 14.\" You should have received a copy of the GNU General Public License
15.\" along with Eclat. If not, see <http://www.gnu.org/licenses/>. 15.\" along with Eclat. If not, see <http://www.gnu.org/licenses/>.
16.TH RMTAG 1 "April 20, 2013" "ECLAT" "Eclat User Reference" 16.TH RMTAG 1 "February 3, 2014" "ECLAT" "Eclat User Reference"
17.SH NAME 17.SH NAME
18eclat rmtag, delete\-tags \- delete or replace tags for a resource 18eclat rmtag, delete\-tags \- delete or replace tags for a resource
19.SH SYNOPSIS 19.SH SYNOPSIS
@@ -26,7 +26,7 @@ eclat rmtag, delete\-tags \- delete or replace tags for a resource
26 26
27\fBeclat rmtag\fR \fB\-\-help\fR 27\fBeclat rmtag\fR \fB\-\-help\fR
28.SH DESCRIPTION 28.SH DESCRIPTION
29This command deletes tags from a given resource. The names of tags to 29This command deletes tags from given resources. The names of tags to
30delete are supplied in the command line. If a tag name is followed by 30delete are supplied in the command line. If a tag name is followed by
31an equals sign and a value, it will be deleted only if both its name and value 31an equals sign and a value, it will be deleted only if both its name and value
32are the same as the supplied ones. Otherwise, the tag will be deleted 32are the same as the supplied ones. Otherwise, the tag will be deleted
@@ -34,8 +34,8 @@ regardless of its value.
34.PP 34.PP
35If no tag names are given, all tags are deleted. 35If no tag names are given, all tags are deleted.
36.PP 36.PP
37The resource to delete tags from is supplied with one of the 37The resources to delete tags from are supplied with one of the
38options. The resource designation must be present. 38options. At least one resource designation must be present.
39.PP 39.PP
40If ID mapping is enabled (see the section \fBMAPS\fR 40If ID mapping is enabled (see the section \fBMAPS\fR
41in 41in

Return to:

Send suggestions and report system problems to the System administrator.