The user does not know what jobs is.
Signed-off-by: Wu Zhende wuzhende666@163.com --- sbin/submit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/submit b/sbin/submit index cc2d940c..6766e704 100755 --- a/sbin/submit +++ b/sbin/submit @@ -20,7 +20,7 @@ opt_my_queue = false actions = ['output', 'stop']
options = OptionParser.new do |opts| - opts.banner = 'Usage: submit [options] jobs...' + opts.banner = 'Usage: submit [options] job1.yaml job2.yaml ...'
opts.separator ' submit test jobs to the scheduler' opts.separator ''