Skip to content
Snippets Groups Projects
Commit fbe880b7 authored by Moe Jette's avatar Moe Jette
Browse files
parent 68f6e5eb
No related branches found
No related tags found
No related merge requests found
...@@ -1762,7 +1762,7 @@ static void _help(void) ...@@ -1762,7 +1762,7 @@ static void _help(void)
"\n" "\n"
"Parallel run options:\n" "Parallel run options:\n"
" -A, --account=name charge job to specified account\n" " -A, --account=name charge job to specified account\n"
" --begin=time defer job until HH:MM DD/MM/YY\n" " --begin=time defer job until HH:MM MM/DD/YY\n"
" --bell ring the terminal bell when the job is allocated\n" " --bell ring the terminal bell when the job is allocated\n"
" -c, --cpus-per-task=ncpus number of cpus required per task\n" " -c, --cpus-per-task=ncpus number of cpus required per task\n"
" --comment=name arbitrary comment\n" " --comment=name arbitrary comment\n"
......
...@@ -2714,7 +2714,7 @@ static void _help(void) ...@@ -2714,7 +2714,7 @@ static void _help(void)
"\n" "\n"
"Parallel run options:\n" "Parallel run options:\n"
" -A, --account=name charge job to specified account\n" " -A, --account=name charge job to specified account\n"
" --begin=time defer job until HH:MM DD/MM/YY\n" " --begin=time defer job until HH:MM MM/DD/YY\n"
" -c, --cpus-per-task=ncpus number of cpus required per task\n" " -c, --cpus-per-task=ncpus number of cpus required per task\n"
" --comment=name arbitrary comment\n" " --comment=name arbitrary comment\n"
" -d, --dependency=type:jobid defer job until condition on jobid is satisfied\n" " -d, --dependency=type:jobid defer job until condition on jobid is satisfied\n"
......
...@@ -2289,7 +2289,7 @@ static void _help(void) ...@@ -2289,7 +2289,7 @@ static void _help(void)
"\n" "\n"
"Parallel run options:\n" "Parallel run options:\n"
" -A, --account=name charge job to specified account\n" " -A, --account=name charge job to specified account\n"
" --begin=time defer job until HH:MM DD/MM/YY\n" " --begin=time defer job until HH:MM MM/DD/YY\n"
" -c, --cpus-per-task=ncpus number of cpus required per task\n" " -c, --cpus-per-task=ncpus number of cpus required per task\n"
" --checkpoint=time job step checkpoint interval\n" " --checkpoint=time job step checkpoint interval\n"
" --checkpoint-dir=dir directory to store job step checkpoint image \n" " --checkpoint-dir=dir directory to store job step checkpoint image \n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment