aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-cat-rows.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-06-02 23:15:48 +0200
committerMattias Andrée <maandree@kth.se>2017-06-02 23:15:48 +0200
commit860d85841338e3532fb5dd2d5f3ba681675bd50d (patch)
tree6a29797b69019dad98aa5aaeeb63d84f0f27158b /src/blind-cat-rows.c
parentFix blind-cat-cols and blind-cat-rows cmdline and document blind-disperse, blind-interleave, blind-split-cols, and blind-split-rows (diff)
downloadblind-860d85841338e3532fb5dd2d5f3ba681675bd50d.tar.gz
blind-860d85841338e3532fb5dd2d5f3ba681675bd50d.tar.bz2
blind-860d85841338e3532fb5dd2d5f3ba681675bd50d.tar.xz
Document blind-cat-rows and blind-cat-cols
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--src/blind-cat-rows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-cat-rows.c b/src/blind-cat-rows.c
index a41655c..53978cd 100644
--- a/src/blind-cat-rows.c
+++ b/src/blind-cat-rows.c
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
#include "common.h"
-USAGE("file ...")
+USAGE("stream ...")
int
main(int argc, char *argv[])