commit 7f85e13e7cdf86ecd84977cc22ebc905bf84608c
Author:     Mattias Andrée <[email protected]>
AuthorDate: Thu Jul 27 13:08:03 2017 +0200
Commit:     Mattias Andrée <[email protected]>
CommitDate: Thu Jul 27 13:08:03 2017 +0200

    fix typo and alphabetical order of commands
    
    Signed-off-by: Mattias Andrée <[email protected]>

diff --git a/Makefile b/Makefile
index 2b4b900..1cdafbb 100644
--- 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
index f93ac1a..7109d0e 100644
--- 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
index 1bf0a3b..77c1030 100644
--- 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

Reply via email to