Skip to content

Commit

Permalink
feat(rss): enhance rss description (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp authored Oct 15, 2020
1 parent 76690db commit 1078fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-rss/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function apply(ctx: Context, config: Config = {}) {
})
}

ctx.group().command('rss <url...>', 'Subscribe a rss url')
ctx.group().command('rss <url...>', '订阅 RSS 链接')
.groupFields(['rss', 'id'])
.option('remove', '-r, --remove 取消订阅')
.action(async ({ session, options }, url) => {
Expand Down

0 comments on commit 1078fcd

Please sign in to comment.