diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-06-02 23:15:48 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-06-02 23:15:48 +0200 |
| commit | 860d85841338e3532fb5dd2d5f3ba681675bd50d (patch) | |
| tree | 6a29797b69019dad98aa5aaeeb63d84f0f27158b /src/blind-cat-cols.c | |
| parent | Fix blind-cat-cols and blind-cat-rows cmdline and document blind-disperse, blind-interleave, blind-split-cols, and blind-split-rows (diff) | |
| download | blind-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 'src/blind-cat-cols.c')
| -rw-r--r-- | src/blind-cat-cols.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-cat-cols.c b/src/blind-cat-cols.c index ef7d15e..d8bdb8b 100644 --- a/src/blind-cat-cols.c +++ b/src/blind-cat-cols.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[]) |
