Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix config options in osxfuse error messages #6105

Merged
merged 1 commit into from
Mar 21, 2019

Conversation

MattSkala
Copy link
Contributor

The command ipfs --json config DontCheckOSXFUSE true currently mentioned in the OSXFUSE error message returns Error: unknown option "json".

This PR reorders the arguments in the error message, changes the --json option to probably more appropriate --bool, and adds the same option to all related error messages, as without any option the command returns Error: failed to set config value: wrong config type, expected bool (maybe use --json?).

License: MIT
Signed-off-by: Matous Skala <[email protected]>
@MattSkala MattSkala requested a review from Kubuxu as a code owner March 20, 2019 14:15
Copy link
Member

@Stebalien Stebalien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Stebalien Stebalien merged commit 34b85d3 into ipfs:master Mar 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants