Minor doc formatting fix & error message fix

This commit is contained in:
Yorhel 2023-01-11 08:42:54 +01:00
parent 4d124c7c3d
commit cebaaf0972
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ provides a fast way to see what directories are using your disk space.
=over
=item B<-h>, -B<-help>
=item B<-h>, B<--help>
Print a short help message and quit.

View file

@ -454,7 +454,7 @@ pub fn main() void {
}
if (@import("builtin").os.tag != .linux and config.exclude_kernfs)
ui.die("The --exclude-kernfs tag is currently only supported on Linux.\n", .{});
ui.die("The --exclude-kernfs flag is currently only supported on Linux.\n", .{});
const out_tty = std.io.getStdOut().isTty();
const in_tty = std.io.getStdIn().isTty();