Skip to content

Commit

Permalink
Merge pull request #220 from BearPerson1/master
Browse files Browse the repository at this point in the history
reformatting
  • Loading branch information
BearPerson1 authored Nov 12, 2018
2 parents 2e99da9 + 8f78b52 commit 579c878
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class DownloadAllNotesCommand extends DownloadAbstract {
public static final String COMMAND_WORD = "downloadAllNotes";

public static final String MESSAGE_USAGE = "To download all your notes from IVLE:" + NEWLINE_SEPARATOR
+ COMMAND_WORD + "user/(username) pass/(password) mod/(moduleCode)";
+ COMMAND_WORD + "user/(IVLE username) pass/(IVLE password) mod/(moduleCode)";

private static final String CHECKBOX_XPATH_VALUE = "//input[@type='checkbox']";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ public class DownloadSelectNotesCommand extends DownloadAbstract {
public static final String COMMAND_WORD = "downloadSelectNotes";

public static final String MESSAGE_USAGE = "To display all available notes:" + NEWLINE_SEPARATOR + COMMAND_WORD
+ " user/(username) pass/(password) mod/(moduleCode)" + NEWLINE_SEPARATOR
+ "To select and download the notes(by index):" + NEWLINE_SEPARATOR + COMMAND_WORD
+ " user/(username) pass/(password) mod/(moduleCode) file/0,1,2...n";
+ " user/(IVLE username) pass/(IVLE password) mod/(moduleCode)" + NEWLINE_SEPARATOR
+ "To select and download the notes(by file index):" + NEWLINE_SEPARATOR + COMMAND_WORD
+ " user/(IVLE username) pass/(IVLE password) mod/(moduleCode) file/0,1,2...n(file index)";



Expand Down

0 comments on commit 579c878

Please sign in to comment.