dyne / tomb

the Crypto Undertaker
https://dyne.org/software/tomb
GNU General Public License v3.0
1.32k stars 151 forks source link

Fix some table mimicking lines to honor the recent line width #492

Closed Narrat closed 11 months ago

Narrat commented 11 months ago

Closes #490 Took the liberty and prepared the supplied patch

Before:

Supported filesystems for --filesystem:
"ext3"    using operating system defaults
"ext4"    using operating system defaults
"btrfs"   for tombs >= 47MB using operating system defaults
"btrfsmixedmode"    for tombs >=18MB btrfs mixed mode (see mkfs.btrfs(8))
"ext3maxinodes"     ext3 with a maximum of inodes (for many small files)
"ext4maxinodes"     ext4 with a maximum of inodes (for many small files)

After:

Supported filesystems for --filesystem:
ext3           using operating system defaults
ext4           using operating system defaults
btrfs          for tombs >= 47MB using operating system defaults
btrfsmixedmode for tombs >=18MB btrfs mixed mode (see mkfs.btrfs(8))
ext3maxinodes  ext3 with a maximum of inodes (for many small files)
ext4maxinodes  ext4 with a maximum of inodes (for many small files)
jaromil commented 11 months ago

looks better in man, indeed