diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/func.pod | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/func.pod b/docs/func.pod index b73bcf9..a98dabe 100644 --- a/docs/func.pod +++ b/docs/func.pod @@ -4,9 +4,13 @@ Func -- Fedora Unified Network Controller. =head1 SYNOPSIS -func target.example.org module command [args ...] [--verbose] -func "target*.example.org" module command [args ...] [--verbose] -func "webserver1;mailserver2" module command [args ...] [--verbose] +func target.example.org call module command [args ...] [--verbose] + +func "target*.example.org" call module command [args ...] [--verbose] + +func "webserver1;mailserver2" call module command [args ...] [--verbose] + +func "*" --list-minions =head1 DESCRIPTION |