summaryrefslogtreecommitdiffstats
path: root/docs/func.pod
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-11 11:12:09 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-11 11:12:09 -0500
commit18e53b6d4a55c511393cde5fa7d28d2855c3a1f3 (patch)
treedce22d8df77aeccf0a7016f8925195128ee61471 /docs/func.pod
parentef6fbe4bcdd5e5493fb46b7b04a4aa84d3d113ec (diff)
downloadthird_party-func-18e53b6d4a55c511393cde5fa7d28d2855c3a1f3.tar.gz
third_party-func-18e53b6d4a55c511393cde5fa7d28d2855c3a1f3.tar.xz
third_party-func-18e53b6d4a55c511393cde5fa7d28d2855c3a1f3.zip
Applied James Anthill's patch to generalize "show" features, plus a release
bump preparing for a new release to Fedora and EPEL mirrors.
Diffstat (limited to 'docs/func.pod')
-rw-r--r--docs/func.pod4
1 files changed, 2 insertions, 2 deletions
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.