subsync

cli tool to synchronize srt subtitles automatically
git clone git://git.2f30.org/subsync
Log | Files | Refs | README | LICENSE

commit 503a135075f1e651cd64cbc66ec312a6b11781cc
parent 896bc9fb50d551ac1333975ddfce391eb6dd825b
Author: oblique <psyberbits@gmail.com>
Date:   Sat, 13 Apr 2013 09:29:15 +0300

minor change in help output

Diffstat:
Msubsync.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subsync.go b/subsync.go @@ -228,7 +228,7 @@ func main() { _, err := flags.Parse(&opts) if err != nil { if err.(*flags.Error).Type == flags.ErrHelp { - fmt.Printf("example: %s -f 00:01:33,492 -l 01:39:23,561 -i sub.srt\n", + fmt.Printf("Example:\n %s -f 00:01:33,492 -l 01:39:23,561 -i sub.srt\n", path.Base(os.Args[0])) os.Exit(0) }