From 7a0fbe16277d16e3f7ada6a1c460c861c6699b2a Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 23 Oct 2007 13:16:36 -0400 Subject: Slight docs cleanup, make usage print the proper name of the app. --- docs/func.pod | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/func.pod') 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 -- cgit