simon-git: agedu (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Wed Feb 5 21:21:47 GMT 2020
TL;DR:
81c7504 Fix assertion failure in 'agedu --help'.
963bc9d Buildscr: build agedu and run its --help.
Repository: https://git.tartarus.org/simon/agedu.git
On the web: https://git.tartarus.org/?p=simon/agedu.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2020-02-05 21:21:47
commit 81c7504d7fd657be65ae596e100092714ba2123b
web diff https://git.tartarus.org/?p=simon/agedu.git;a=commitdiff;h=81c7504d7fd657be65ae596e100092714ba2123b;hp=b408501f025871f6398816e627b5473535791ff3
Author: Simon Tatham <anakin at pobox.com>
Date: Wed Feb 5 21:18:11 2020 +0000
Fix assertion failure in 'agedu --help'.
The help output code enforces by assertion that if you add an option
with a value, you supply a metavariable name to write in the help
after the option name. But I forgot to add one for the new --launch
option, and didn't try out the --help option before pushing, so of
course the assertion didn't catch it for me.
agedu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 963bc9d923cec66711706a6f633a7443b8927259
web diff https://git.tartarus.org/?p=simon/agedu.git;a=commitdiff;h=963bc9d923cec66711706a6f633a7443b8927259;hp=81c7504d7fd657be65ae596e100092714ba2123b
Author: Simon Tatham <anakin at pobox.com>
Date: Wed Feb 5 21:21:04 2020 +0000
Buildscr: build agedu and run its --help.
This should prevent me making the previous commit's mistake again.
Buildscr | 4 ++++
1 file changed, 4 insertions(+)
More information about the tartarus-commits
mailing list