Fixed -r option. Added test to make sure it doesn't break later.
This commit is contained in:
parent
70838f7001
commit
be115e9567
3 changed files with 12 additions and 1 deletions
2
main.c
2
main.c
|
@ -61,7 +61,7 @@ int main(int argc, char *argv[])
|
|||
/* Options. */
|
||||
|
||||
#ifndef ADVENT_NOSAVE
|
||||
const char* opts = "l:or";
|
||||
const char* opts = "l:or:";
|
||||
const char* usage = "Usage: %s [-l logfilename] [-o] [-r restorefilename]\n";
|
||||
#else
|
||||
const char* opts = "l:o";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue