From eda79b720a4cdf3c70c84b088bb6146906172483 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Tue, 26 Nov 2013 13:14:06 +0100 Subject: [PATCH] Make --help and man page consistent. --- docs/dstat.1.txt | 2 +- dstat | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dstat.1.txt b/docs/dstat.1.txt index d0c849e..ada8a24 100644 --- a/docs/dstat.1.txt +++ b/docs/dstat.1.txt @@ -98,7 +98,7 @@ information. --aio:: enable aio stats (asynchronous I/O) ---fs:: +--fs, --filesystem:: enable filesystem stats (open files, inodes) --ipc:: diff --git a/dstat b/dstat index 85bbd00..8811a60 100755 --- a/dstat +++ b/dstat @@ -323,6 +323,7 @@ Dstat options: --noheaders disable repetitive headers --noupdate disable intermediate updates --output file write CSV output to file + --profile show profiling statistics when exiting dstat delay is the delay in seconds between each update (default: 1) count is the number of updates to display before exiting (default: unlimited)