koverstreet / bcachefs-tools

http://bcachefs.org
GNU General Public License v2.0
120 stars 89 forks source link

man: Fix cmd-option format #187

Open holmanb opened 9 months ago

holmanb commented 9 months ago

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