Skip to content

Commit 8bbf8f8

Browse files
committed
Fix some command descriptions
1 parent 8bd9efa commit 8bbf8f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commands/change-author.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const group = 'Content:';
1010
const flags = 'change-author <apiURL> <adminAPIKey>';
1111

1212
// Description for the top level command
13-
const desc = 'Delete posts in Ghost';
13+
const desc = 'Change the author of posts';
1414

1515
// Descriptions for the individual params
1616
const paramsDesc = [

commands/change-status.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const group = 'Content:';
1010
const flags = 'change-status <apiURL> <adminAPIKey>';
1111

1212
// Description for the top level command
13-
const desc = 'Switch the visibility for posts from one level to another';
13+
const desc = 'Switch the status for posts';
1414

1515
// Descriptions for the individual params
1616
const paramsDesc = [

0 commit comments

Comments
 (0)