Skip to content

Commit 10ea4c4

Browse files
committed
docs: remove teamPath from notes create command
1 parent 233e58c commit 10ea4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/notes/update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default class Update extends HackMDCommand {
77
static description = 'Update note content'
88

99
static examples = [
10-
"$ hackmd-cli notes update --teamPath=CLI-test --noteId=WNkLM6gkS0Cg2cQ8rv7bYA --content='# A new title'"
10+
"$ hackmd-cli notes update --noteId=WNkLM6gkS0Cg2cQ8rv7bYA --content='# A new title'"
1111
]
1212

1313
static flags = {

0 commit comments

Comments
 (0)