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: Fix cmd-option format #187

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

holmanb
Copy link

@holmanb holmanb commented Nov 27, 2023

Current rendered manpage:

             --grpquota
                     Enable group quotas

             -prjquota
                     Enable project quotas

             -degraded
                     Allow mounting in degraded mode

             --very_degraded
                     Allow mounting in when data will be missing

             --discard
                     Enable discard/TRIM support

             --verbose
                     Extra debugging information during mount/recovery

After this commit:

             --grpquota
                     Enable group quotas

             --prjquota
                     Enable project quotas

             --degraded
                     Allow mounting in degraded mode

             --very_degraded
                     Allow mounting in when data will be missing

             --discard
                     Enable discard/TRIM support

             --verbose
                     Extra debugging information during mount/recovery

Kent Overstreet and others added 3 commits November 26, 2023 00:18
Signed-off-by: Kent Overstreet <[email protected]>
Options prgquote and degraded only had a single leading hyphen.
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.

1 participant