superfly/docs

Outdated `litefs` usage instructions on config

Closed this issue · 2 comments

I'm pretty confident this section of the litefs config docs are out of date

old and busted:

litefs -config /path/to/litefs.yml

new hotness:

litefs mount -config /path/to/litefs.yml

litefs run -config /path/to/litefs.yml

https://github.com/superfly/docs/blob/main/litefs/config.html.markerb#L25

@benbjohnson: FYI

if that seems right i can open a PR.

i feel emboldened, this would match what i've seen, but i don't know Go

https://github.com/superfly/litefs/blob/e7690439d2a06d3240dd7bd5da0596f3d270e89c/cmd/litefs/main.go#L36-L79

Good catch! I made a PR for the change and merged it in. It should be live in a few minutes. Thanks! #1172