Skip to content

Commit 70b1818

Browse files
committed
Fix cluster command message
1 parent 6f02647 commit 70b1818

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/seedu/address/logic/commands/ClusterCommand.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ public class ClusterCommand extends Command {
1818
public static final String COMMAND_WORD = "cluster";
1919

2020
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"
21+
+ " at the location given, of the disease given, and shows the details of all there with the disease.\n"
2322
+ "Parameters: [CLUSTER SIZE] "
2423
+ "[" + PREFIX_ADDRESS + "LOCATION] "
2524
+ "[" + PREFIX_DIAGNOSIS + "DISEASE]\n"

0 commit comments

Comments
 (0)