We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd9efa commit 8bbf8f8Copy full SHA for 8bbf8f8
commands/change-author.js
@@ -10,7 +10,7 @@ const group = 'Content:';
10
const flags = 'change-author <apiURL> <adminAPIKey>';
11
12
// Description for the top level command
13
-const desc = 'Delete posts in Ghost';
+const desc = 'Change the author of posts';
14
15
// Descriptions for the individual params
16
const paramsDesc = [
commands/change-status.js
const flags = 'change-status <apiURL> <adminAPIKey>';
-const desc = 'Switch the visibility for posts from one level to another';
+const desc = 'Switch the status for posts';
0 commit comments