"""Print usage info and exit.

Kyle Roth. 2019-11-09.
"""


if __name__ == "__main__":
    print("Try 'python -m slurm_gen.{list|move|generate}'.")
