diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2016-12-06 15:58:41 +0100 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2016-12-06 15:58:41 +0100 |
commit | 6ffe43bc4c09ed2ea9b021fa6f58fdfe7a0e51e0 (patch) | |
tree | 44e03b0b34314c44599bbcb81f1bbb4e78d2b040 | |
parent | cd5ddd95689c607c82584c3d127d3f4de4eba4d7 (diff) |
cec-compliance: fix typo in usage message
It's dynamic-auto-lipsync, not audio-lipsync.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
-rw-r--r-- | utils/cec-compliance/cec-compliance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/cec-compliance/cec-compliance.cpp b/utils/cec-compliance/cec-compliance.cpp index 547247a0..6c1662ec 100644 --- a/utils/cec-compliance/cec-compliance.cpp +++ b/utils/cec-compliance/cec-compliance.cpp @@ -136,7 +136,7 @@ static void usage(void) " --test-deck-control Test the Deck Control feature\n" " --test-device-menu-control Test the Device Menu Control feature\n" " --test-device-osd-transfer Test the Device OSD Transfer feature\n" - " --test-dynamic-audio-lipsync Test the Dynamic Audio Lipsync feature\n" + " --test-dynamic-auto-lipsync Test the Dynamic Auto Lipsync feature\n" " --test-osd-display Test the OSD Display feature\n" " --test-one-touch-play Test the One Touch Play feature\n" " --test-one-touch-record Test the One Touch Record feature\n" |