#!/usr/bin/python3 -s
msg = ("sosreport binary is deprecated, use 'sos report' instead")
print(msg)
exit(1)

# vim:ts=4 et sw=4
