dav/optparser.c

changeset 517
8531b63accae
parent 476
b4e3453e2b49
child 684
a4b4257c1a5f
--- a/dav/optparser.c	Tue Feb 26 12:10:16 2019 +0100
+++ b/dav/optparser.c	Thu Mar 07 11:47:44 2019 +0100
@@ -126,6 +126,11 @@
                         ucx_map_cstr_put(a->options, "xml", NOARG);
                         break;
                     }
+                    case 'F': {
+                        option = "finfo";
+                        optchar = 'F';
+                        break;
+                    }
                     case 'S': {
                         // undocumented hidden feature
                         ucx_map_cstr_put(a->options, "structure", NOARG);
@@ -160,11 +165,13 @@
                         optchar = 'T';
                         break;
                     }
-                    case 'F': {
+                    /*
+                    case 'P': {
                         option = "progressfile";
                         optchar = 'F';
                         break;
                     }
+                    */
                     case 'V': {
                         option = "version";
                         optchar = 'V';

mercurial