mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 20:35:36 -04:00
[calamares] Make loadmodule --help consistent
- Name job.yaml consistently, call it "job settings document"
This commit is contained in:
parent
958d15fb71
commit
fe0c57c7af
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue