File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/AppInstallerCLICore/Commands Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
66namespace AppInstaller ::CLI
77{
8- // A resource for managing source configuration .
8+ // A resource for managing admin settings .
99 struct DscAdminSettingsResource : public DscCommandBase
1010 {
1111 DscAdminSettingsResource (std::string_view parent);
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ namespace AppInstaller::CLI
188188 {
189189 if (execArgs.Contains (Execution::Args::Type::SettingName))
190190 {
191- throw CommandException (Resource::String::InvalidArgumentSpecifierError ( ArgumentCommon::ForType (Execution::Args::Type::SettingName). Name ));
191+ throw CommandException (Resource::String::MultipleExclusiveArgumentsProvided ( " all|setting " _liv ));
192192 }
193193
194194 return ;
You can’t perform that action at this time.
0 commit comments