fix comment_create docs
This commit is contained in:
parent
846df2eef1
commit
f941950ee2
2 changed files with 3 additions and 2 deletions
scripts
|
@ -337,7 +337,8 @@ class Examples(CommandTestCase):
|
|||
'Use the parent_id param to make replies',
|
||||
'comment', 'create',
|
||||
'--comment="I have photographic evidence confirming Sasquatch exists"',
|
||||
f'--channel_name=@channel', f'--parent_id={comment["comment_id"]}'
|
||||
f'--channel_name=@channel', f'--parent_id={comment["comment_id"]}',
|
||||
f'--claim_id={stream_id}'
|
||||
)
|
||||
|
||||
await r(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue