Skip to content

Commit 41047d5

Browse files
niharcyJonathan Corbet
authored andcommitted
docs:process:changes: fix version command for btrfs-progs
The command given in the changes.rst document to check the version of btrfs-progs is: -> btrfsck which does not output the version, and according to manual page of the btrfs-progs the command to check the version of btrfs-progs is: -> btrfs --version Add a fix changing the command to check the version of btrfs-progs. Signed-off-by: Nihar Chaithanya <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent be92641 commit 41047d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/process/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jfsutils 1.1.3 fsck.jfs -V
4646
reiserfsprogs 3.6.3 reiserfsck -V
4747
xfsprogs 2.6.0 xfs_db -V
4848
squashfs-tools 4.0 mksquashfs -version
49-
btrfs-progs 0.18 btrfsck
49+
btrfs-progs 0.18 btrfs --version
5050
pcmciautils 004 pccardctl -V
5151
quota-tools 3.09 quota -V
5252
PPP 2.4.0 pppd --version

0 commit comments

Comments
 (0)