Pārlūkot izejas kodu

pruned

tags/v20240302
Emil Williams pirms 4 mēnešiem
vecāks
revīzija
3c9841fdf7
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: 5432DB986FDBCF8A
1 mainītis faili ar 3 papildinājumiem un 6 dzēšanām
  1. +3
    -6
      bake.c

+ 3
- 6
bake.c Parādīt failu

@@ -28,9 +28,9 @@
#define STOP "@STOP"

#define HELP \
BOLD "target-file" RESET " [arguments ...]\n" \
"Use the format `" BOLD "@BAKE" RESET " cmd ...' within the target-file, this will execute the\n" \
"rest of line, or if found within the file, until the " BOLD "@STOP" RESET " marker.\n" \
BOLD "target-file" RESET " [arguments ...]\n" \
"Use the format `" BOLD "@BAKE" RESET " cmd ...' within the target-file, this will execute the\n" \
"rest of line, or if found within the file, until the " BOLD "@STOP" RESET " marker.\n" \

#define DESC \
"Options [Must always be first]\n" \
@@ -281,9 +281,6 @@ main(int argc, char ** argv) {
int ret = 0;
char * buf = NULL;

/* changing this to "" creates many additional allocations */
(void) setlocale(LC_ALL, "C");

if (argc < 2
|| !strcmp(argv[1], "-h")
|| !strcmp(argv[1], "--help"))


Notiek ielāde…
Atcelt
Saglabāt