Skip to content

Commit

Permalink
added examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjake committed Apr 1, 2020
1 parent 9098ea7 commit 1b02f59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internetarchive/cli/ia_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
ia tasks <id> --cmd make_undark.php --comment '<comment>' # undark item
ia tasks <id> --cmd make_dark.php --comment '<comment>' # dark item
ia tasks <id> --cmd fixer.php --task-args noop:1 # submit a noop fixer.php task
ia tasks <id> --cmd fixer.php --task-args 'noop:1;asr:1 # submit multiple fixer ops
"""
from __future__ import absolute_import, print_function
import sys
Expand Down

0 comments on commit 1b02f59

Please sign in to comment.