summaryrefslogtreecommitdiffstats
path: root/cobbler.pod
diff options
context:
space:
mode:
authormdehaan@mdehaan.rdu.redhat.com <>2006-12-21 16:36:40 -0500
committerJim Meyering <jim@meyering.net>2006-12-21 16:36:40 -0500
commit0674d056f781f376532f5ab41c488d3b8a0361ba (patch)
tree0bd169417ff674d56a22a995ab58e9791c155652 /cobbler.pod
parent4dc04445acfdd78c3f697d6fc66945fe48f1dc4f (diff)
downloadcobbler-0674d056f781f376532f5ab41c488d3b8a0361ba.tar.gz
cobbler-0674d056f781f376532f5ab41c488d3b8a0361ba.tar.xz
cobbler-0674d056f781f376532f5ab41c488d3b8a0361ba.zip
Added a new abbreviated (list) command and longer (report) command.
List now invokable in subject-verb form also (cobbler system list, etc).
Diffstat (limited to 'cobbler.pod')
-rw-r--r--cobbler.pod11
1 files changed, 8 insertions, 3 deletions
diff --git a/cobbler.pod b/cobbler.pod
index 39d0cec1..55874ef8 100644
--- a/cobbler.pod
+++ b/cobbler.pod
@@ -220,12 +220,17 @@ will not configure yum to know about this repo -- you can still do it manually i
This is a rather simple command, usable regardless of how you are using cobbler.
-B<cobbler list [--settings] [--profiles] [--distros] [--systems] [--repos]>
+B<cobbler report [--settings] [--profiles] [--distros] [--systems] [--repos]>
Prints the current cobbler configuration for systems, profiles, and groups. If one of the switches is given, only information for those is printed.
-Alternatively, you could cat the configuration files in /var/lib/cobbler to see the same information. This
-command basically makes those configuration files more human readable.
+The list command gives an abbreviated version of what "report" gives.
+It only returns the names of each item.
+
+B<cobbler list [--settings] [--profiles] [--distros] [--systems] [--repos]>
+
+Alternatively, you could look at the configuration files in /var/lib/cobbler to see the same information.
+
=head2 DELETING CONFIGURATION ENTRIES