Mercurial > hgrepos > Python > apps > py-cutils
comparison shasum.py @ 6:a21e83c855cc
Help message: drop "yet" for text-mode flag
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 04 Dec 2020 13:15:53 +0100 |
| parents | bbcb225640de |
| children | 47b4c98e4d40 |
comparison
equal
deleted
inserted
replaced
| 5:bbcb225640de | 6:a21e83c855cc |
|---|---|
| 32 aparser.add_argument( | 32 aparser.add_argument( |
| 33 "--bsd", "-B", action="store_true", | 33 "--bsd", "-B", action="store_true", |
| 34 help="write BSD style output") | 34 help="write BSD style output") |
| 35 aparser.add_argument( | 35 aparser.add_argument( |
| 36 "--text", "-t", action="store_true", dest="text_mode", default=False, | 36 "--text", "-t", action="store_true", dest="text_mode", default=False, |
| 37 help="read in text mode (not yet supported)") | 37 help="read in text mode (not supported)") |
| 38 aparser.add_argument( | 38 aparser.add_argument( |
| 39 "files", nargs="*", metavar="FILE") | 39 "files", nargs="*", metavar="FILE") |
| 40 | 40 |
| 41 opts = aparser.parse_args(args=argv) | 41 opts = aparser.parse_args(args=argv) |
| 42 | 42 |
