From fe0c57c7af7eeaf13f933b8cd8a3bf16353f2192 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 29 Jan 2019 07:52:45 -0500 Subject: [PATCH] [calamares] Make loadmodule --help consistent - Name job.yaml consistently, call it "job settings document" --- src/calamares/testmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calamares/testmain.cpp b/src/calamares/testmain.cpp index 2ebc1d5b2..7fcbec666 100644 --- a/src/calamares/testmain.cpp +++ b/src/calamares/testmain.cpp @@ -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 );