diff options
author | Fabian Affolter <fabian@bernewireless.net> | 2010-12-12 22:02:05 +0100 |
---|---|---|
committer | Fabian Affolter <fabian@bernewireless.net> | 2010-12-12 22:02:05 +0100 |
commit | 90b95c01c447399337654680fb8a1fd6211c6b61 (patch) | |
tree | 3286b6b8dae5911c45283562c499fea39015ba0e /doc | |
parent | 0b62fcafd4cf894df05317959aadd546023b1fe4 (diff) | |
download | bcfg2-90b95c01c447399337654680fb8a1fd6211c6b61.tar.gz bcfg2-90b95c01c447399337654680fb8a1fd6211c6b61.tar.bz2 bcfg2-90b95c01c447399337654680fb8a1fd6211c6b61.zip |
doc: Added a ref to bcfg2-info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/server/admin/client.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/server/admin/client.txt b/doc/server/admin/client.txt index cb3234a3e..6790cc4d0 100644 --- a/doc/server/admin/client.txt +++ b/doc/server/admin/client.txt @@ -25,4 +25,7 @@ With ``list`` the file ``clients.xml`` is parsed and all entries are shown:: server01.example.com laptop02.example.com - +This is useful for a quick check after adding an entry. If you want more +in-depth information about a client, ``bcfg2-client clients`` can provide +that. Please refer to the :ref:`bcfg2-info <guide-server-bcfg2_info>` +section for further details. |