Skip to content

Commit c99c462

Browse files
Michael StewartJamesH65
authored andcommitted
corrected typo -adev to --adev (raspberrypi#969)
1 parent beeae7b commit c99c462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raspbian/applications/omxplayer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ omxplayer /opt/vc/src/hello_pi/hello_video/test.h264
1717
By default the audio is sent to the analog port. If you are using a HDMI-equipped display device with speakers, you need to tell omxplayer to send the audio signal over the HDMI link.
1818

1919
```
20-
omxplayer -adev hdmi /opt/vc/src/hello_pi/hello_video/test.h264
20+
omxplayer --adev hdmi /opt/vc/src/hello_pi/hello_video/test.h264
2121
```
2222

2323
When displaying video, the whole display will be used as output. You can specify which part of the display you want the video to be on using the window option.

0 commit comments

Comments
 (0)