diff options
author | Frederic Culot <calcurse@culot.org> | 2009-06-23 09:05:15 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-06-23 09:05:15 +0000 |
commit | dfa4c580aa55e51176bd08a7d4561f54c1023ce8 (patch) | |
tree | 903cd4007d3b17ae5ba930cea0d8c88ab1319467 /ChangeLog | |
parent | 90589eab172ee6f3dcd22cca81accca5a64d521b (diff) | |
download | calcurse-dfa4c580aa55e51176bd08a7d4561f54c1023ce8.zip |
Make the argument given to -r or -s flags optional.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ * src/utils.c (exit_calcurse): remove lock only if interactive mode was launched + + * src/args.c (parse_args): make the argument given to -r or -s + flags optional 2009-06-22 Frederic Culot <frederic@culot.org> |