Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/itskenny0/dumpia
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny committed Feb 26, 2021
2 parents 3f24912 + 27a313c commit 0d49e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumpia.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Dumpia {
const LOG_NEW_DUMPIA = "Recursively starting new instance of dumpia for fanclub %s.";
const LOG_CREATE_DIRECTORY = "Creating output directory for %s.";

const ERR_USAGE = "Usage: php dumpia.php --fanclub 1880 --key AbCdEfGhI31Fjwed234 --output /home/user/dumpia/ [--verbose] [--downloadExisting] [--exitOnFreePlan]";
const ERR_USAGE = "Usage: php dumpia.php --key AbCdEfGhI31Fjwed234 --output /home/user/dumpia/ [--fanclub 1] [--verbose] [--downloadExisting] [--exitOnFreePlan]";
const ERR_DIR_NOT_EXIST = "The given output directory does not exist.";
const ERR_API_NO_JSON = "Invalid API response (JSON decode failed) - API said: ";
const ERR_API_HTTP_NOK = "Got HTTP/%s - unable to fetch page.";
Expand Down

0 comments on commit 0d49e17

Please sign in to comment.