summaryrefslogtreecommitdiffstats
path: root/src/cdf.c
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2025-01-06 12:41:41 -0500
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2025-01-06 12:41:41 -0500
commitb99427c3dc18e95f7ccecae07211511399d0ae5d (patch)
tree47bcf09e9d7839c773d90a850b3efc84a6faa3b4 /src/cdf.c
parent177bea75a11bc62915095213c351c8385ea12226 (diff)
downloadmath-utils-b99427c3dc18e95f7ccecae07211511399d0ae5d.tar.gz
fixed usaged text for cdf
Diffstat (limited to 'src/cdf.c')
-rw-r--r--src/cdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cdf.c b/src/cdf.c
index 7d0bd87..8fe1ea6 100644
--- a/src/cdf.c
+++ b/src/cdf.c
@@ -59,7 +59,7 @@ static int parse_options(int argc, char*const* argv) {
}
static void help() {
- fprintf(stderr, "Usage:\ncdf [-f] [-r] [filename]\n");
+ fprintf(stderr, "Usage:\ncdf [-f|-u] [-r] [filename]\n");
}
static DistRecord *expand_array(DistRecord *records, size_t *capacity) {