File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ defeat the purpose of the answers file). The use of `-Y` is highly discouraged
27
27
unless you are ** certain** you're good to go and it is mostly used for
28
28
` mkiocccentry_test.sh ` which needs to be non-interactive.
29
29
30
+ Improve usage string about ` workdir ` and ` topdir ` to make certain things a bit
31
+ clearer.
32
+
30
33
Updated ` MKIOCCCENTRY_VERSION ` to ` "1.2.35 2025-02-27" ` .
31
34
Updated ` MKIOCCCENTRY_TEST_VERSION ` to` "1.0.15 2025-02-26" ` .
32
35
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ static const char * const usage_msg1 =
131
131
"\t-t tar\t\tpath to tar(1) that supports the -J (xz) option (def: %s)\n"
132
132
"\t-l ls\t\tpath to ls(1) (def: %s)\n"
133
133
"\t-T txzchk\tpath to txzchk(1) (def: %s)\n"
134
- "\t-e\t\tentertainment mode\n"
134
+ "\t-e\t\tentertainment mode (for txzchk) \n"
135
135
"\t-f feathers\tdefine how many feathers is feathery (for -e)\n"
136
136
"\t-F fnamchk\tpath to fnamchk(1) (used by txzchk) (def: %s)" ;
137
137
static const char * const usage_msg2 =
@@ -152,8 +152,9 @@ static const char * const usage_msg3 =
152
152
"\t\t\t NOTE: you can ignore more than one file or directory with multiple -I args\n" ;
153
153
static const char * const usage_msg4 =
154
154
"\tworkdir\t\tdirectory where the submission directory and tarball are formed\n"
155
+ "\t\t\t NOTE: the submission directory under this directory must NOT exist\n"
155
156
"\ttopdir\t\tdirectory with required, optional and extra files and/or directories\n"
156
- "\t\t\t to be copied to tarball \n" ;
157
+ "\t\t\t NOTE: the topdir MUST have your prog.c, Makefile and remarks.md \n" ;
157
158
static const char * const usage_msg5 =
158
159
"\n"
159
160
"Exit codes:\n"
You can’t perform that action at this time.
0 commit comments