Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh: do return 0 when calling with --help
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 11 Jun 2019 06:12:21 +0000 (08:12 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 11 Jun 2019 06:15:42 +0000 (08:15 +0200)
commit379a07c4fd5e11571dcfcb1a2bd2aefc866555bd
treef04a78f2caf403897c138ef294ca9abd67a7abc5
parent7f5e78a43b4bed7bae8304ad12de6e2e555b34db
tesh: do return 0 when calling with --help

I'm not sure why we had the previous construct, but everything seems
to work nicely with this new form, that is both simpler and in line
with all tutorials on argparse.py

This fixes FG#20.
ChangeLog
tools/tesh/tesh.py