A CLI tool for downloading from pixiv.net
Revisão | dd8da5d8b6282431158abb9125bd3cd531c8fa6f (tree) |
---|---|
Hora | 2023-09-27 18:24:42 |
Autor | mio <stigma@disr...> |
Commiter | mio |
Use same indentation for options in help messages
@@ -914,7 +914,7 @@ displayArtworkHelp(string programName) | ||
914 | 914 | "download, you can change this to only print at the end by using the\n" ~ |
915 | 915 | "--group-errors option.\n" ~ |
916 | 916 | "\nOptions:\n" ~ |
917 | - " --group-errors\tDisplay errors at the end instead.\n" ~ | |
917 | + " --group-errors\tDisplay errors at the end instead.\n" ~ | |
918 | 918 | "\nExamples:\n" ~ |
919 | 919 | "\n Download a single artwork:\n" ~ |
920 | 920 | " pixiv_down artwork id\n" ~ |
@@ -936,10 +936,10 @@ displayDailyHelp(string programName) | ||
936 | 936 | "\nThe only required option is the END date. Both the BEGIN and END\n" ~ |
937 | 937 | "dates are in the format of YYYY-MM-DD, for example: 2023-06-20.\n" ~ |
938 | 938 | "\nOptions:\n" ~ |
939 | - " -b, --begin BEGIN \tThe date the begin downloading from.\n" ~ | |
940 | - " -e, --end END \tThe date to finish downloading at.\n" ~ | |
941 | - " -h, --help \tDisplay this help message and exit.\n" ~ | |
942 | - " -r, --restrict RESTRICT \tRestrict the rating of works to\n" ~ | |
939 | + " -b, --begin BEGIN \tThe date the begin downloading from.\n" ~ | |
940 | + " -e, --end END \tThe date to finish downloading at.\n" ~ | |
941 | + " -h, --help \tDisplay this help message and exit.\n" ~ | |
942 | + " -r, --restrict RESTRICT \tRestrict the rating of works to\n" ~ | |
943 | 943 | " \tdownload.\n" ~ |
944 | 944 | " \t Default: both\n" ~ |
945 | 945 | " \t Options: both, r18, safe\n" ~ |
@@ -970,10 +970,10 @@ void displayFollowingHelp(string programName) | ||
970 | 970 | "followed creators by using the --public and --private options. They\n" ~ |
971 | 971 | "cannot be combined.\n" ~ |
972 | 972 | "\nOptions:\n" ~ |
973 | - " -h, --help \tPrint this help message and exit.\n" ~ | |
974 | - " -s, --skip NUMBER\tSkip downloading the first NUMBER creators.\n" ~ | |
975 | - " --private \tDownload from privately followed creators.\n" ~ | |
976 | - " --public \tDownload from publicaly followed creators.\n" ~ | |
973 | + " -h, --help \tPrint this help message and exit.\n" ~ | |
974 | + " -s, --skip NUMBER\tSkip downloading the first NUMBER creators.\n" ~ | |
975 | + " --private \tDownload from privately followed creators.\n" ~ | |
976 | + " --public \tDownload from publicaly followed creators.\n" ~ | |
977 | 977 | "\nExamples:\n" ~ |
978 | 978 | "\n Download all publicaly followed accounts:\n" ~ |
979 | 979 | " pixiv_down following --public\n" ~ |