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

man page and --help are inconsistent #929

Closed
gaul opened this issue Jan 25, 2019 · 4 comments · Fixed by #1076
Closed

man page and --help are inconsistent #929

gaul opened this issue Jan 25, 2019 · 4 comments · Fixed by #1076

Comments

@gaul
Copy link
Member

gaul commented Jan 25, 2019

We should add some mechanism to keep these in sync if we cannot have a single source of truth.

gaul added a commit to gaul/s3fs-fuse that referenced this issue Jan 25, 2019
Both S3fsCurl::PutRequest and S3fsCurl::UploadMultipartPostSetup can
calculate and send Content-MD5 to the server.  Remove spurious comment
about large files and make man page and help consistent.
References s3fs-fuse#929.
@ggtakec
Copy link
Member

ggtakec commented Jan 27, 2019

@gaul Thanks

@ggtakec ggtakec closed this as completed Jan 27, 2019
@gaul
Copy link
Member Author

gaul commented Jan 27, 2019

Can you repoen this issue? I suspect we have other inconsistencies and need some kind of script to detect them.

@ggtakec
Copy link
Member

ggtakec commented Jan 27, 2019

@gaul OK, reopen this.
(We have to check the man page and help options, and WIKI.)

@ggtakec ggtakec reopened this Jan 27, 2019
gaul added a commit to gaul/s3fs-fuse that referenced this issue Apr 14, 2019
Mostly small fixes but also some reordering.  References s3fs-fuse#929.  Found
via:

diff -u <(man --no-hyphenation doc/man/s3fs.1 | tr -s ' ' '\n' | sed '/^-o$/d' ) <(src/s3fs --help | tr -s ' ' '\n' | sed '/^-$/d')
gaul added a commit to gaul/s3fs-fuse that referenced this issue Jul 5, 2019
@gaul
Copy link
Member Author

gaul commented Jul 5, 2019

I believe that all options are now documented except for createbucket, host, and servicepath. The first is hidden for only tests while the latter I am not sure what they do.

gaul added a commit to gaul/s3fs-fuse that referenced this issue Jul 6, 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 a pull request may close this issue.

2 participants