Correct the following piece of code to make sure that when --help is used, it would print the following message: "Hello! My name is Steven, and I am your personal assistant! These are the things I can do:"
parser = argparse.ArgumentParser()
Remember that when a user specifies --help as an argument in the command line, the description of the parser is displayed.