diff options
-rw-r--r-- | usr.bin/lsvfs/lsvfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lsvfs/lsvfs.c b/usr.bin/lsvfs/lsvfs.c index 1f23e1c..a091282 100644 --- a/usr.bin/lsvfs/lsvfs.c +++ b/usr.bin/lsvfs/lsvfs.c @@ -70,7 +70,7 @@ fmt_flags(int flags) * NB: if you add new flags, don't forget to add them here vvvvvv too. */ static char buf[sizeof - "static, network, read-only, synthetic, loopback, unicode"]; + "static, network, read-only, synthetic, loopback, unicode, jail"]; int comma = 0; buf[0] = '\0'; |