Skip to content

Commit dac1652

Browse files
committed
Update list command description
1 parent 9502cc5 commit dac1652

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ _See code: [src/commands/import.ts](https://github.com/hackmdio/hackmd-cli/blob/
177177

178178
## `hackmd-cli list`
179179

180-
List notes
180+
List owned notes or team notes (HackMD-only feature)
181181

182182
```
183183
USAGE

src/commands/list.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import cli from 'cli-ux'
44
import {APIClient} from '../api'
55

66
export default class History extends Command {
7-
static description = 'List notes'
7+
static description = 'List owned notes or team notes (HackMD-only feature)'
88

99
static examples = [
1010
`$ hackmd-cli list

0 commit comments

Comments
 (0)