commit bdf38ba2a835c384ef20a5386c575377cfbb2edf
Author:     Mattias Andrée <[email protected]>
AuthorDate: Thu May 4 18:03:43 2017 +0200
Commit:     Mattias Andrée <[email protected]>
CommitDate: Thu May 4 18:03:43 2017 +0200

    List blind-translate and blind-skip-pattern in list of commands
    
    Signed-off-by: Mattias Andrée <[email protected]>

diff --git a/README b/README
index 85dc8c0..1437aa6 100644
--- a/README
+++ b/README
@@ -93,6 +93,9 @@ UTILITIES
        blind-single-colour(1)
               Generate a single-colour video
 
+       blind-skip-pattern(1)
+              Skips frames in a video according to pattern
+
        blind-split(1)
               Split a video, by frame, into multiple videos
 
@@ -111,6 +114,9 @@ UTILITIES
        blind-to-video(1)
               Converts blind video to a regular video
 
+       blind-translate(1)
+              Perform framewise translation of a video
+
        blind-transpose(1)
               Transpose a video
 
diff --git a/man/blind-translate.1 b/man/blind-translate.1
index 027f92e..8b7e93c 100644
--- a/man/blind-translate.1
+++ b/man/blind-translate.1
@@ -1,6 +1,6 @@
 .TH BLIND-TRANSLATE 1 blind
 .SH NAME
-blind-translate - Perform framewise translate of a video
+blind-translate - Perform framewise translation of a video
 .SH SYNOPSIS
 .B blind-translate
 [-pw]
diff --git a/man/blind.7 b/man/blind.7
index eae7203..e878e78 100644
--- a/man/blind.7
+++ b/man/blind.7
@@ -106,6 +106,9 @@ Multiply the saturation of a video
 .BR blind-single-colour (1)
 Generate a single-colour video
 .TP
+.BR blind-skip-pattern (1)
+Skips frames in a video according to pattern
+.TP
 .BR blind-split (1)
 Split a video, by frame, into multiple videos
 .TP
@@ -124,6 +127,9 @@ 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-transpose (1)
 Transpose a video
 .TP

Reply via email to