summaryrefslogtreecommitdiffstats
path: root/config-db/slxconfig
diff options
context:
space:
mode:
authorOliver Tappe2007-03-29 10:22:08 +0200
committerOliver Tappe2007-03-29 10:22:08 +0200
commitddcbd6d24c7d584a9aed3dbdadda1d148f7859ae (patch)
treebfb7383564ebb1e4dedf3ced3d81d9e90193274b /config-db/slxconfig
parentConditional creation of new links (removes "File Exists" errors) (diff)
downloadcore-ddcbd6d24c7d584a9aed3dbdadda1d148f7859ae.tar.gz
core-ddcbd6d24c7d584a9aed3dbdadda1d148f7859ae.tar.xz
core-ddcbd6d24c7d584a9aed3dbdadda1d148f7859ae.zip
* added several missing closing brackets in POD
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@833 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/slxconfig')
-rwxr-xr-xconfig-db/slxconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/config-db/slxconfig b/config-db/slxconfig
index 39dba844..490dc7d7 100755
--- a/config-db/slxconfig
+++ b/config-db/slxconfig
@@ -564,8 +564,8 @@ and you can create clients for that system, too.
--version show version
Actions:
- add-client name=<client-name> mac=<client-MAC> ...
- add-system export=<export-name> ...
+ add-client name=<client-name> mac=<client-MAC> [<key-value-pair>] ...
+ add-system export=<export-name> [<key-value-pair>] ...
change-client name=<client-name> [<key-value-pair>] ...
change-system name=<system-name> [<key-value-pair>] ...
list-clients [<key-value-pair>] ...
@@ -628,7 +628,7 @@ Prints the version and exits.
=head2 Adding a new Client
- slxconfig add-client [systems=<system-names> [<attribute=value> ...]
+ slxconfig add-client [systems=<system-names>] [<attribute=value> ...]
adds a new client to the config-DB.
@@ -637,7 +637,7 @@ Prints the version and exits.
=head2 Changing a Client
- slxconfig change-client [add-systems=<new system-names>
+ slxconfig change-client [add-systems=<new system-names>]
[remove-systems=<system-names>]
[<attribute=value> ...]
@@ -651,7 +651,7 @@ Prints the version and exits.
=head2 Changing a System
- slxconfig change-system [add-clients=<new client-names>
+ slxconfig change-system [add-clients=<new client-names>]
[remove-clients=<client-names>]
[<attribute=value> ...]