Update pending upload instructions

This commit is contained in:
Marcin Kulik
2012-07-30 22:59:49 +02:00
parent b3168db103
commit 5dfc3b92ba

View File

@@ -326,7 +326,7 @@ def check_pending():
num = len(pending_list())
if num > 0:
print 'Warning: %i recorded asciicasts weren\'t uploaded. ' \
'Run "%s -u" to upload them or delete them with "rm -rf %s/*".' \
'Run "%s upload" to upload them or delete them with "rm -rf %s/*".' \
% (num, SCRIPT_NAME, AsciiCast.QUEUE_DIR)