fix typo and alphabetical order of commands - blind - suckless command-line video editing utility
HTML git clone git://git.suckless.org/blind
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 7f85e13e7cdf86ecd84977cc22ebc905bf84608c
DIR parent a8d1c8147b3ff61690270bfee455872665248148
HTML Author: Mattias Andrée <maandree@kth.se>
Date: Thu, 27 Jul 2017 13:08:03 +0200
fix typo and alphabetical order of commands
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
M Makefile | 2 +-
M README | 6 +++---
M man/blind.7 | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -97,8 +97,8 @@ BIN =\
blind-to-portable\
blind-to-text\
blind-to-video\
- blind-translate\
blind-transition\
+ blind-translate\
blind-transpose\
blind-triangle-tessellation\
blind-triangular-wave\
DIR diff --git a/README b/README
@@ -303,12 +303,12 @@ UTILITIES
blind-to-video(1)
Converts blind video to a regular video
- blind-translate(1)
- Perform framewise translation of a video
-
blind-transition(1)
Turn a gradient video to transition-gradient video
+ blind-translate(1)
+ Perform framewise translation of a video
+
blind-transpose(1)
Transpose a video
DIR diff --git a/man/blind.7 b/man/blind.7
@@ -320,12 +320,12 @@ Convert a video to text
.BR blind-to-video (1)
Converts blind video to a regular video
.TP
-.BR blind-tranlate (1)
-Perform framewise translation of a video
-.TP
.BR blind-transition (1)
Turn a gradient video to transition-gradient video
.TP
+.BR blind-translate (1)
+Perform framewise translation of a video
+.TP
.BR blind-transpose (1)
Transpose a video
.TP