[calamares] Make loadmodule --help consistent

- Name job.yaml consistently, call it "job settings document"
This commit is contained in:
Adriaan de Groot 2019-01-29 07:52:45 -05:00
parent 958d15fb71
commit fe0c57c7af

View File

@ -73,7 +73,7 @@ handle_args( QCoreApplication& a )
parser.addOption( jobOption );
parser.addOption( langOption );
parser.addPositionalArgument( "module", "Path or name of module to run." );
parser.addPositionalArgument( "config", "Path of job-config file to use.", "[config]");
parser.addPositionalArgument( "job.yaml", "Path of job settings document to use.", "[job.yaml]");
parser.process( a );