Merge pull request #11241 from kenyon/patch-1

btrfs-driver.md: remove unneeded use of sudo and cat
This commit is contained in:
Usha Mandya 2020-08-25 14:19:37 +01:00 committed by GitHub
commit bd8df7b836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Btrfs Filesystem as Btrfs.
command:
```bash
$ sudo cat /proc/filesystems | grep btrfs
$ grep btrfs /proc/filesystems
btrfs
```