git-p4: Fix typo in --detect-labels

Signed-off-by: Kevin Leung <kevinlsk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Shun Kei Leung 2007-11-21 11:01:19 +08:00 коммит произвёл Junio C Hamano
Родитель b9c506f7d9
Коммит 183f84365d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1141,7 +1141,7 @@ class P4Sync(Command):
l = p4CmdList("labels %s..." % ' '.join (self.depotPaths))
if len(l) > 0 and not self.silent:
print "Finding files belonging to labels in %s" % `self.depotPath`
print "Finding files belonging to labels in %s" % `self.depotPaths`
for output in l:
label = output["label"]