Skip to content
Snippets Groups Projects
Commit 981838c0 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

pridana poznamka, ze v poli requestor se ocekava e-mailova adresa zadatele

parent ed7a507f
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ sub usage {
sub help {
print "$RealScript -n <hostname> -r <requestor> -t <type> -o -c <ip_net_client> [-i <client_id> -h -V]\n";
print "-n hostname of receiver\n";
print "-r client registration requestor\n";
print "-r e-mail address of client registration requestor\n";
print "-t type of received events or '_any_' for receiving of all types of events\n";
print "-o enable receiving of own events\n";
print "-c CIDR of receiver\n";
......
......@@ -48,7 +48,7 @@ sub usage {
sub help {
print "$RealScript -n <hostname> -r <requestor> -s <service> -d <description_tags> -c <ip_net_client> [-i <client_id> -h -V]\n";
print "-n hostname of sender\n";
print "-r client registration requestor\n";
print "-r e-mail address of client registration requestor\n";
print "-s name of service which sent events\n";
print "-d description tags of send events\n";
print "-c CIDR of sender\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment