libbluray | branch: master | hpi1 <[email protected]> | Fri Jan 11 22:18:18 2013 +0200| [f8bc7c0d53d6b16252188ed3106516f090fa74eb] | committer: hpi1
Fixed typo > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=f8bc7c0d53d6b16252188ed3106516f090fa74eb --- src/examples/list_titles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/list_titles.c b/src/examples/list_titles.c index 14679f7..8c7cb8f 100644 --- a/src/examples/list_titles.c +++ b/src/examples/list_titles.c @@ -36,7 +36,7 @@ static void _usage(char *cmd) fprintf(stderr, "%s <BD base dir> [-s <seconds>]\n" " List the titles and title info of a BD\n" -" -s # - Filter out titles shorter then # seconds\n" +" -s # - Filter out titles shorter than # seconds\n" " -h - This message\n", cmd ); _______________________________________________ libbluray-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libbluray-devel
