fangfufu / httpdirfs

A filesystem which allows you to mount HTTP directory listings or a single file, with a permanent cache. Now with Airsonic / Subsonic support!
Other
778 stars 59 forks source link

Update help's default value based on config.h #150

Open fangfufu opened 6 months ago

fangfufu commented 6 months ago

The description here: https://github.com/fangfufu/httpdirfs/blob/9e383ad7a37bf1003b680acc7453f83896ef7031/src/main.c#L346-L399

should be dynamically updated based on https://github.com/fangfufu/httpdirfs/blob/master/src/config.h

This reduces maintenance load.