mirror of
https://github.com/rclone/rclone.git
synced 2026-07-12 08:46:01 -04:00
The --disable-zip flag was registered manually and was missing from
OptionsInfo, so it could not be set over the rc interface. Move it
into OptionsInfo like serve webdav does, which keeps the command line
flag and also makes it settable via rc.
(cherry picked from commit 60cb844f9a)