Hi, I'm new to C programming and I'm currently working on an assignment that takes in cmd arguments and processes them.

My issue is providing a customized usage message. Do i just type:
usage:
//my message

and then its automatically saved?
How do I then call that usage message to be printed when a user enters -help in cmd