Skip to content

Commit

Permalink
Hide rid flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tanshiyu1999 committed Oct 19, 2023
1 parent 3071a16 commit a2f8a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/logic/parser/CliSyntax.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class CliSyntax {
public static final Flag FLAG_ID = new Flag("id");
public static final Flag FLAG_RECURSIVE = new Flag("recursive");
public static final Flag FLAG_ORGANIZATION_ID = new Flag("oid");
public static final Flag FLAG_RECRUITER_ID = new Flag("rid");
public static final Flag FLAG_RECRUITER_ID = new Flag("PUT-ON-PROBATION");


}

0 comments on commit a2f8a4b

Please sign in to comment.