diff options
author | Sergey Poznyakoff <gray@gnu.org.ua> | 2014-02-03 11:31:53 +0200 |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2014-02-03 11:31:53 +0200 |
commit | 30d6160edfa6698c82233527750adc6278485b93 (patch) | |
tree | 9b403780bf07efd63637ed9de7f55dd709d34224 | |
parent | d699e40063010f40473d2a281c5cc61961d8e0ef (diff) | |
download | eclat-30d6160edfa6698c82233527750adc6278485b93.tar.gz eclat-30d6160edfa6698c82233527750adc6278485b93.tar.bz2 |
Update documentation for mktag and rmtag.
-rw-r--r-- | doc/eclat-mktag.1 | 12 | ||||
-rw-r--r-- | doc/eclat-rmtag.1 | 8 |
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 @@ -15,3 +15,3 @@ .\" along with Eclat. If not, see <http://www.gnu.org/licenses/>. -.TH MKTAG 1 "April 20, 2013" "ECLAT" "Eclat User Reference" +.TH MKTAG 1 "February 3, 2014" "ECLAT" "Eclat User Reference" .SH NAME @@ -24,3 +24,3 @@ eclat mktag, create\-tags \- create or replace tags for a resource [\fB\-\-volume\fR \fIID\fR] [\fB\-\-snapshot\fR \fIID\fR] - [\fB\-\-from\-file\fR \fIFILE\fR] \fITAG\fR[=\fIVAL\fR]... + [\fB\-\-from\-file\fR \fIFILE\fR] [\fIID\fR]... \fITAG\fR[=\fIVAL\fR]... @@ -28,4 +28,4 @@ eclat mktag, create\-tags \- create or replace tags for a resource .SH DESCRIPTION -This command creates or replaces one or more tags for a given -resource. Tags are specified by their names. If a tag name is +This command creates or replaces one or more tags for given +resources. Tags are specified by their names. If a tag name is followed by an equals sign, the characters following that sign are @@ -34,4 +34,4 @@ it. .PP -The resource to create the tags for is supplied with one of the -options. The resource designation must be present. +The resources to create the tags for are supplied with one of the +options. At least one resource designation must be present. .PP 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 @@ -15,3 +15,3 @@ .\" along with Eclat. If not, see <http://www.gnu.org/licenses/>. -.TH RMTAG 1 "April 20, 2013" "ECLAT" "Eclat User Reference" +.TH RMTAG 1 "February 3, 2014" "ECLAT" "Eclat User Reference" .SH NAME @@ -28,3 +28,3 @@ eclat rmtag, delete\-tags \- delete or replace tags for a resource .SH DESCRIPTION -This command deletes tags from a given resource. The names of tags to +This command deletes tags from given resources. The names of tags to delete are supplied in the command line. If a tag name is followed by @@ -36,4 +36,4 @@ If no tag names are given, all tags are deleted. .PP -The resource to delete tags from is supplied with one of the -options. The resource designation must be present. +The resources to delete tags from are supplied with one of the +options. At least one resource designation must be present. .PP |