From 20cf225a9d8f657f4b7dfb93d29d876f52364d83 Mon Sep 17 00:00:00 2001 From: Quentin Hartman Date: Wed, 29 Aug 2018 10:45:36 -0600 Subject: [PATCH] Correct help output for stddev option --- script/st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/st b/script/st index e3ea463..245f5e4 100755 --- a/script/st +++ b/script/st @@ -186,7 +186,7 @@ file or standard input. --min # minimum --max # maximum --mean|average|avg|m # mean - --stdev|sd # standard deviation + --stddev|sd # standard deviation --stderr|sem|se # standard error of mean --sum|s # sum of elements of the sample --variance|var # variance