Hi Thomas,
>-----Original Message----- >From: Thomas Monjalon <tho...@monjalon.net> >Sent: Sunday 24 May 2020 21:58 >To: Power, Ciara <ciara.po...@intel.com> >Cc: dev@dpdk.org >Subject: Re: [dpdk-dev] [PATCH v2 1/2] devtools: standardize script >arguments > >06/05/2020 11:55, Ciara Power: >> This patch modifies the arguments expected by the check-git-log >> script, to match the format of arguments for the checkpatches script. >> Both scripts now take certain argument options in the same format, >> making them easier to use. >> e.g. Both now take a commit ID range by "-r <range>" >[...] >> - usage: $(basename $0) [-h] [range] >> + usage: $(basename $0) [-h] [-nX|-r range] > >Why not specifying that range can be also the first argument? >It is a discrepancy with what is documented in >doc/guides/contributing/patches.rst > I didn't include the old format (that takes range as first argument) here to encourage using the standardised format moving forward, but anyone that uses the old format via scripts etc. will not see any difference in use. I can also update the doc to show this standardised format to avoid discrepancy. <snip> Thanks, Ciara