mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-05 07:34:40 +00:00
Update README.md
This commit is contained in:
parent
b11d357d9a
commit
63309d3e2a
@ -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:
|
```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
|
$ ./main --help
|
||||||
Usage: ./main [options] square
|
Usage: ./main [options] square
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user