Apply suggestions from code review

pull/105/head
Falk Werner 1 year ago committed by GitHub
parent 6214748495
commit 7a131d6024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ Webfuse supports two authentications mechanisms:
- token-based authentication using HTTP headers
- in-protocol authentication
To activate authentication, two command line option needs to be given:
To activate authentication, two command line option can be specified:
- `--wf-authenticator PATH`
allows to specify an executable used for authentication

@ -31,7 +31,7 @@ enum class request_type: uint8_t
rmdir = 0x14,
statfs = 0x15,
utimens = 0x16,
getcreds =0x17
getcreds = 0x17
};
request_type get_request_type(uint8_t value);

Loading…
Cancel
Save