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 6f02647 commit 70b1818Copy full SHA for 70b1818
src/main/java/seedu/address/logic/commands/ClusterCommand.java
@@ -18,8 +18,7 @@ public class ClusterCommand extends Command {
18
public static final String COMMAND_WORD = "cluster";
19
20
public static final String MESSAGE_USAGE = COMMAND_WORD + ":\nDetects if there is a cluster of the size given,"
21
- + " at the location given, of the disease given, and shows the details of all there with the disease."
22
- + "by the respective NRIC in the displayed person list.\n"
+ + " at the location given, of the disease given, and shows the details of all there with the disease.\n"
23
+ "Parameters: [CLUSTER SIZE] "
24
+ "[" + PREFIX_ADDRESS + "LOCATION] "
25
+ "[" + PREFIX_DIAGNOSIS + "DISEASE]\n"
0 commit comments