[PR #1011] [MERGED] Make man page and --help more consistent #1762

Closed
opened 2026-03-04 02:02:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1011
Author: @gaul
Created: 4/14/2019
Status: Merged
Merged: 4/16/2019
Merged by: @ggtakec

Base: masterHead: doc/man


📝 Commits (1)

  • 8a18806 Make man page and --help more consistent

📊 Changes

2 files changed (+98 additions, -85 deletions)

View changed files

📝 doc/man/s3fs.1 (+44 -41)
📝 src/s3fs_util.cpp (+54 -44)

📄 Description

Mostly small fixes but also some reordering. References #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')

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/1011 **Author:** [@gaul](https://github.com/gaul) **Created:** 4/14/2019 **Status:** ✅ Merged **Merged:** 4/16/2019 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `doc/man` --- ### 📝 Commits (1) - [`8a18806`](https://github.com/s3fs-fuse/s3fs-fuse/commit/8a18806a57c303b3d70fbd0e5e0f5dd5d040fff5) Make man page and --help more consistent ### 📊 Changes **2 files changed** (+98 additions, -85 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1` (+44 -41) 📝 `src/s3fs_util.cpp` (+54 -44) </details> ### 📄 Description Mostly small fixes but also some reordering. References #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') ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:02:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1762
No description provided.