Description:
add more description to new_problem
git-svn-id: http://theory.cpe.ku.ac.th/grader/cli/trunk/scripts@53 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r19:5d5b7e4073f5 - - 1 file changed: 7 inserted, 1 deleted
@@ -25,7 +25,13 | |||||
|
25 |
|
25 | ||
|
26 | # print usage |
|
26 | # print usage |
|
27 | if ARGV.length < 2 |
|
27 | if ARGV.length < 2 |
|
28 | - puts "using: new_problem problem number_of_testcase [options]" |
|
28 | + puts <<USAGE |
|
|
29 | + using: new_problem problem number_of_testcase [options] | ||
|
|
30 | + * creates a directory for a problem in the current directory, | ||
|
|
31 | + * create standard testcase config file | ||
|
|
32 | + * options: -t time-limit (in seconds) | ||
|
|
33 | + -m mem-limit (in MB) | ||
|
|
34 | + USAGE | ||
|
29 | exit(127) |
|
35 | exit(127) |
|
30 | end |
|
36 | end |
|
31 |
|
37 |
You need to be logged in to leave comments.
Login now