diff --git a/Commands/Taxonomy/ExportTaxonomy.cs b/Commands/Taxonomy/ExportTaxonomy.cs index e78294358..64a3116ee 100644 --- a/Commands/Taxonomy/ExportTaxonomy.cs +++ b/Commands/Taxonomy/ExportTaxonomy.cs @@ -23,11 +23,11 @@ namespace SharePointPnP.PowerShell.Commands.Taxonomy Remarks = "Exports the full taxonomy the file output.txt", SortOrder = 2)] [CmdletExample( - Code = @"PS:> Export-PnPTaxonomy -Path c:\output.txt -TermSet f6f43025-7242-4f7a-b739-41fa32847254", + Code = @"PS:> Export-PnPTaxonomy -Path c:\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", Remarks = "Exports the term set with the specified id", SortOrder = 3)] [CmdletExample( - Code = @"PS:> Export-PnPTaxonomy -Path c:\output.txt -TermSet f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", + Code = @"PS:> Export-PnPTaxonomy -Path c:\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", Remarks = "Exports the term set with the specified id using Norwegian labels", SortOrder = 4)] public class ExportTaxonomy : PnPCmdlet