2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-01-06 16:32:30 +00:00
Files
xcat-core/xCAT-client/bin/getxcatdocs
2015-10-27 16:54:21 -04:00

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";