]> granicus.if.org Git - sysstat/commitdiff
Replace time_start/time_end with start_time/end_time
authorSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 13 Jan 2023 16:52:58 +0000 (17:52 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 13 Jan 2023 16:52:58 +0000 (17:52 +0100)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
man/sar.in
sar.c

index 1916a71ccbb0b7ffa163791e218414b95cd4a117..eeb74c3a2bc04837eec0e09270d7915a65d275e0 100644 (file)
@@ -13,8 +13,8 @@ sar \- Collect, report, or save system activity information.
 .IB "keyword" "[,...] | ALL } ] [ -n { " "keyword" "[,...] | ALL } ] [ -q [ " "keyword" "[,...] | ALL ] ]"
 .B [ -j { SID | ID | LABEL | PATH | UUID | ... } ]
 .BI "[ -f [ " "filename " "] | -o [ " "filename " "] | -[0-9]+ ]"
-.BI "[ -i " "interval " "] [ -s [ " "time_start "
-.BI "] ] [ -e [ " "time_end " "] ] ] [ " "interval " "[ " "count " "] ]"
+.BI "[ -i " "interval " "] [ -s [ " "start_time "
+.BI "] ] [ -e [ " "end_time " "] ] ] [ " "interval " "[ " "count " "] ]"
 
 .SH DESCRIPTION
 .RB "The " "sar"
diff --git a/sar.c b/sar.c
index 0cd72cb304ca225ccb82b9c4b76fa45dd6f7582a..e92c54284562162972b37f941bdedb361a82188e 100644 (file)
--- a/sar.c
+++ b/sar.c
@@ -132,7 +132,7 @@ void usage(char *progname)
                          "[ --dec={ 0 | 1 | 2 } ] [ --help ] [ --human ] [ --pretty ] [ --sadc ]\n"
                          "[ -j { SID | ID | LABEL | PATH | UUID | ... } ]\n"
                          "[ -f [ <filename> ] | -o [ <filename> ] | -[0-9]+ ]\n"
-                         "[ -i <interval> ] [ -s [ <time_start> ] ] [ -e [ <time_end> ] ]\n"));
+                         "[ -i <interval> ] [ -s [ <start_time> ] ] [ -e [ <end_time> ] ]\n"));
        exit(1);
 }