mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
Update pending upload instructions
This commit is contained in:
@@ -326,7 +326,7 @@ def check_pending():
|
|||||||
num = len(pending_list())
|
num = len(pending_list())
|
||||||
if num > 0:
|
if num > 0:
|
||||||
print 'Warning: %i recorded asciicasts weren\'t uploaded. ' \
|
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)
|
% (num, SCRIPT_NAME, AsciiCast.QUEUE_DIR)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user