mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-01-06 16:32:30 +00:00
10 lines
394 B
Perl
Executable File
10 lines
394 B
Perl
Executable File
#!/usr/bin/perl
|
|
|
|
# xCAT documentation is hosted at http://xcat-docs.readthedocs.org/
|
|
#
|
|
# You can download copies of the documentation in PDF or HTML from Read The Docs
|
|
|
|
print "This command has been deprecetaed.\n\n";
|
|
print "xCAT documentation is available at: http://xcat-docs.readthedocs.org/\n";
|
|
print "Versions of the documentation can be downloaded for offline viewing from ReadTheDocs\n";
|