summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-09-06 14:11:44 +0200
committerYorhel <git@yorhel.nl>2012-09-06 14:11:44 +0200
commitb6e4092ea7f5de6addb19c2aa30ed83e33376287 (patch)
tree53c7db4d216f0cd2c53be8933393d7741503145e /doc
parentc29f31812898f6dd6a6650531e883022977acd6e (diff)
cli: Use -0,-1,-2 instead of "-u n"
I've no idea for what other purpose I'd use numbered options. This is much shorter, and can easily be combined with other options (e.g. -rx1).
Diffstat (limited to 'doc')
-rw-r--r--doc/ncdu.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ncdu.pod b/doc/ncdu.pod
index f5fcc78..e7619cd 100644
--- a/doc/ncdu.pod
+++ b/doc/ncdu.pod
@@ -30,13 +30,13 @@ Quiet mode. While calculating disk space, ncdu will update the screen 10 times
a second by default, this will be decreased to once every 2 seconds in quiet
mode. Use this feature to save bandwidth over remote connections.
-=item -u I<0,1,2>
+=item -0, -1, -2
-Interface used to give feedback on scanning progress. C<0> will prevent any
-output from being displayed before ncdu is done scanning, while C<1> will
-display compact progress information on a single line of output. C<2> presents
-a full-screen ncurses interface while scanning (the default). C<0> and C<1> do
-not initialize ncurses before the directory has been scanned, while C<2> is the
+Interface used to give feedback on scanning progress. C<-0> will prevent any
+output from being displayed before ncdu is done scanning, while C<-1> will
+display compact progress information on a single line of output. C<-2> presents
+a full-screen ncurses interface while scanning (the default). C<-0> and C<-1> do
+not initialize ncurses before the directory has been scanned, while C<-2> is the
only interface that provides feedback on recoverable errors. This does not
affect the interface used when re-scanning a directory from the ncurses
browser, where the full ncurses interface is always used.