diff options
author | Omar Polo <op@omarpolo.com> | 2021-06-29 10:49:59 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-06-29 10:49:59 +0000 |
commit | 5777923bb08a51b04537a127c8514186cd276a70 (patch) | |
tree | 5c75364082ba0aee8ceec47cc577e68460a03058 /ChangeLog | |
parent | 2c43dcceb6f462a46da93b6e9a6b3c4617e70823 (diff) |
use getopt_long, add --help as synonym of -h and -V/--version
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2021-06-29 Omar Polo <op@omarpolo.com> + + * gmid.c (main): use getopt_long, add --help as synonym of -h and -V/--version + 2021-06-17 Omar Polo <op@omarpolo.com> * gmid.1: document `log' option |