From 63309d3e2a4bcdc208f544b227dab315386aeab7 Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Mon, 1 Apr 2019 20:53:04 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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