Skip to content

Commit

Permalink
[Minor] Update command descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
C1701D committed May 21, 2024
1 parent a6ee308 commit 28ad695
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/help/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@
"delnote": {
"aliases:": [],
"arguments": "[Board ID] [Note Index]",
"use": "List the case notes for the given case."
"use": "Delete the specified case note."
},
"editnote": {
"aliases:": [],
"arguments": "[Board ID] [Note Index] [New Note Content]",
"use": "Edit the case notes for the given case and note index."
"use": "Edit the specified case note."
},
"planet": {
"aliases:": [],
Expand Down Expand Up @@ -195,12 +195,12 @@
"stddn"
],
"arguments": "[Board ID] [New Responders]",
"use": "Add a new responder to a given case on the board."
"use": "Remove a responder from a given case on the board."
},
"remdisp": {
"aliases:": [],
"arguments": "[Board ID] [New Dispatchers]",
"use": "Add a new dispatcher to a given case on the board."
"use": "Remove a dispatcher from a given case on the board."
},
"combcases": {
"aliases:": [],
Expand Down

0 comments on commit 28ad695

Please sign in to comment.