wrong name in docs

This commit is contained in:
j 2012-02-22 13:19:19 +05:30
parent dfa3eb4442
commit 036f5b1c9b

View file

@ -487,9 +487,9 @@ class Client(object):
def import_srt(self, args):
'''
import srt as annotations, usage:
pandora_local ITEMID layername /path/to/transcript.srt
pandora_client ITEMID layername /path/to/transcript.srt
i.e.
pandora_local ABC transcripts /path/to/transcript.srt
pandora_client ABC transcripts /path/to/transcript.srt
'''
item = args[0]
layer = args[1]