mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-12 17:08:39 -09:00
Minor doc formatting fix & error message fix
This commit is contained in:
parent
4d124c7c3d
commit
cebaaf0972
2 changed files with 2 additions and 2 deletions
2
ncdu.pod
2
ncdu.pod
|
|
@ -23,7 +23,7 @@ provides a fast way to see what directories are using your disk space.
|
||||||
|
|
||||||
=over
|
=over
|
||||||
|
|
||||||
=item B<-h>, -B<-help>
|
=item B<-h>, B<--help>
|
||||||
|
|
||||||
Print a short help message and quit.
|
Print a short help message and quit.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -454,7 +454,7 @@ pub fn main() void {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (@import("builtin").os.tag != .linux and config.exclude_kernfs)
|
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 out_tty = std.io.getStdOut().isTty();
|
||||||
const in_tty = std.io.getStdIn().isTty();
|
const in_tty = std.io.getStdIn().isTty();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue