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

# vim:ts=4 et sw=4
