Skip to content

Commit

Permalink
Update list command in the help display for diet
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilvuputuri committed Apr 2, 2020
1 parent be552c0 commit c68399b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ public class HelpCommand extends Command {
+ " USAGE: edit -i INDEX [-n NAME] [-c CALORIES]\n"
+ " EXAMPLE: edit -i 1 -n Prawn Aglio -c 520\n"
+ DIVIDER
+ "4. list - Use this to list the food for a given period of time specified by the tags.\n"
+ " USAGE: list [-f] [-d] [-t [NUMDAYS]]\n"
+ " EXAMPLE: list -f\n"
+ "4. list - Use this to list the food for a given period of time or food of a certain tag.\n"
+ " USAGE: list [-a] [-d NUMDAYS] [-t TAG]\n"
+ " EXAMPLE: list -a\n"
+ DIVIDER
+ "5. mode - Use this to change the mode (GAIN, MAINTAIN, LOSS) of the Diet Tracker.\n"
+ " USAGE: mode [-g] [-l] [-m]\n"
Expand Down

0 comments on commit c68399b

Please sign in to comment.