diff --git a/README.md b/README.md index 64288a4..73aa034 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ The square of 4 is 16 ```ArgumentParser.print_help()``` print a help message, including the program usage and information about the arguments registered with the ArgumentParser. For the previous example, here's the default help message: -```bash +``` $ ./main --help Usage: ./main [options] square