Add (and ignore) option t (sr #108638)

This commit is contained in:
wbaumann 2014-08-24 17:53:33 +00:00
parent 1428695cbb
commit ac275ff15b
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,10 @@
ChangeLog for davfs2
--------------------

2014-08-24 Werner Baumann (werner.baumann@onlinehome.de)
* umount_davfs.c:
Add (and ignore) option t (sr #108638).

2014-08-10 Werner Baumann (werner.baumann@onlinehome.de)
* cache.c:
Return error on close (sr #108597).

View File

@ -76,7 +76,7 @@ main(int argc, char *argv[])
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);

char *short_options = "Vhflnrv";
char *short_options = "Vhflnrt:v";
static const struct option options[] = {
{"version", no_argument, NULL, 'V'},
{"help", no_argument, NULL, 'h'},
@ -111,6 +111,7 @@ main(int argc, char *argv[])
case 'n':
case 'r':
case 'v':
case 't':
case '?':
break;
default: