fix typo and alphabetical order of commands - blind - suckless command-line vid… | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 7f85e13e7cdf86ecd84977cc22ebc905bf84608c | |
parent a8d1c8147b3ff61690270bfee455872665248148 | |
Author: Mattias Andrée <[email protected]> | |
Date: Thu, 27 Jul 2017 13:08:03 +0200 | |
fix typo and alphabetical order of commands | |
Signed-off-by: Mattias Andrée <[email protected]> | |
Diffstat: | |
M Makefile | 2 +- | |
M README | 6 +++--- | |
M man/blind.7 | 6 +++--- | |
3 files changed, 7 insertions(+), 7 deletions(-) | |
--- | |
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\ | |
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 | |
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 |