aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-12-17 00:55:05 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-12-17 00:55:05 +0200
commit2d1ccdcc5baef88fa65d0052c96de1e4f8213ceb (patch)
treec9f78cfa62bc6a4f03ab31c019eec974c95fae48 /src
parent7641c3ffc301d1b4fd444d39e18ca85e1a86fba8 (diff)
downloadeclat-2d1ccdcc5baef88fa65d0052c96de1e4f8213ceb.tar.gz
eclat-2d1ccdcc5baef88fa65d0052c96de1e4f8213ceb.tar.bz2
Document sg
* TODO: Update. * doc/Makefile.inc: Add eclat-sg.1 * doc/eclat-lssg.1: Update. * doc/eclat-sg.1: New file. * src/sg-cl.opt: Fix docstrings.
Diffstat (limited to 'src')
-rw-r--r--src/sg-cl.opt10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sg-cl.opt b/src/sg-cl.opt
index 45c5bf4..5eaa426 100644
--- a/src/sg-cl.opt
+++ b/src/sg-cl.opt
@@ -15,7 +15,7 @@
along with Eclat. If not, see <http://www.gnu.org/licenses/>. */
ECLAT_CL_BEGIN([<modify ingress rules of a security group>],
- [<[GROUPID-OR-NAME]>])
+ [<[GROUPARG]>])
OPTION(add,A,,
[<add rules>])
@@ -37,7 +37,7 @@ BEGIN
END
OPTION(name,n,,
- [<ID argument is a group name>])
+ [<the GROUPARG argument is a group name>])
BEGIN
dest_n = GROUP_NAME;
END
@@ -49,7 +49,7 @@ BEGIN
END
OPTION(group-id,g,[<ID>],
- [<use before --from to indicate that its argument is a group ID>])
+ [<source group ID>])
BEGIN
struct group_arg *g = grecs_malloc(sizeof(*g));
translate_ids(1, &optarg, rt[GROUP_ID].map);
@@ -62,7 +62,7 @@ BEGIN
END
OPTION(group-name,G,[<NAME>],
- [<use before --from to indicate that its argument is a group name>])
+ [<source group name>])
BEGIN
struct group_arg *g = grecs_malloc(sizeof(*g));
translate_ids(1, &optarg, rt[GROUP_NAME].map);
@@ -75,7 +75,7 @@ BEGIN
END
OPTION(user,u,[<USER>],
- [<user name for the subsequent --from option>])
+ [<user name for the subsequent --group-name or --group-id option>])
BEGIN
user = optarg;
END

Return to:

Send suggestions and report system problems to the System administrator.