Skip to content

Commit

Permalink
Minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsmidsrod committed Dec 15, 2011
1 parent 14c2758 commit 9706740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions create_srt_from_sbv.pl
Expand Up @@ -9,11 +9,11 @@
# Create .srt from specified files
# ./create_srt_from_sbv.pl path/to/something.sbv path/to/another.sbv
#
# Create .srt files from all .sbv files found under directory
# ./create_srt_from_sbv.pl path/to
# Create .srt files from all .sbv files found under specified directory
# ./create_srt_from_sbv.pl path/to/sbvfiles/
#
# Create .srt files from all .sbv files found under current directory
# ./create_srt_from_sbv.pl (will take all .sbv files found under current directory)
# ./create_srt_from_sbv.pl
#

use strict;
Expand Down

0 comments on commit 9706740

Please sign in to comment.