From 18e53b6d4a55c511393cde5fa7d28d2855c3a1f3 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 11 Dec 2007 11:12:09 -0500 Subject: Applied James Anthill's patch to generalize "show" features, plus a release bump preparing for a new release to Fedora and EPEL mirrors. --- docs/func.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/func.pod b/docs/func.pod index 7d5684a..ead976d 100644 --- a/docs/func.pod +++ b/docs/func.pod @@ -74,9 +74,9 @@ not going through the Python API (where you would not care). func "*.example.org" show hardware --help -func "*.example.org" show hardware --memory +func "*.example.org" show hardware systemMemory -func "*.example.org" show hardware --os +func "*.example.org" show hardware os Another useful helper command module is copyfile, which allows func to work like scp from the shell, though it can address multiple systems at the same time. -- cgit