Skip to content

Commit

Permalink
Merge pull request huceke#56 from skgsergio/remove_alang
Browse files Browse the repository at this point in the history
Removing alang to avoid confusions
  • Loading branch information
popcornmix committed Sep 29, 2012
2 parents 0dfcba6 + 9d6c184 commit 922ff00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Using OMXPlayer
Usage: omxplayer [OPTIONS] [FILE]
Options :
-h / --help print this help
-a / --alang language audio language : e.g. ger
-n / --aidx index audio stream index : e.g. 1
-o / --adev device audio out device : e.g. hdmi/local
-i / --info dump stream format and exit
Expand Down
2 changes: 1 addition & 1 deletion omxplayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void print_usage()
printf("Usage: omxplayer [OPTIONS] [FILE]\n");
printf("Options :\n");
printf(" -h / --help print this help\n");
printf(" -a / --alang language audio language : e.g. ger\n");
// printf(" -a / --alang language audio language : e.g. ger\n");
printf(" -n / --aidx index audio stream index : e.g. 1\n");
printf(" -o / --adev device audio out device : e.g. hdmi/local\n");
printf(" -i / --info dump stream format and exit\n");
Expand Down

0 comments on commit 922ff00

Please sign in to comment.