diff --git a/src/Svrooij.WinTuner.CmdLets/Commands/UpdateWtIntuneApp.cs b/src/Svrooij.WinTuner.CmdLets/Commands/UpdateWtIntuneApp.cs
index c7eca72..c574de1 100644
--- a/src/Svrooij.WinTuner.CmdLets/Commands/UpdateWtIntuneApp.cs
+++ b/src/Svrooij.WinTuner.CmdLets/Commands/UpdateWtIntuneApp.cs
@@ -17,7 +17,7 @@ namespace Svrooij.WinTuner.CmdLets.Commands;
/// 13
///
/// Update the categories of an app and make it available for all users
-/// Update-WtIntuneApp -AppId "1450c17d-aee5-4bef-acf9-9e0107d340f2" -UseDefaultCredentials -Categories "Productivity","Business" -AvailableFor "AllUsers" -EnableAutoUpdate $true
+/// Update-WtIntuneApp -AppId "1450c17d-aee5-4bef-acf9-9e0107d340f2" -UseDefaultCredentials -Categories "Productivity","Business" -AvailableFor "AllUsers" -EnableAutoUpdate
///
[Cmdlet(VerbsData.Update, "WtIntuneApp", HelpUri = "https://wintuner.app/docs/wintuner-powershell/Update-WtIntuneApp")]
[OutputType(typeof(MobileApp))]
diff --git a/src/Svrooij.WinTuner.CmdLets/Svrooij.WinTuner.CmdLets.dll-Help.xml b/src/Svrooij.WinTuner.CmdLets/Svrooij.WinTuner.CmdLets.dll-Help.xml
index 1edf94b..cd50299 100644
--- a/src/Svrooij.WinTuner.CmdLets/Svrooij.WinTuner.CmdLets.dll-Help.xml
+++ b/src/Svrooij.WinTuner.CmdLets/Svrooij.WinTuner.CmdLets.dll-Help.xml
@@ -2568,7 +2568,7 @@ You could run this on a weekly bases.
---------------------------------- Example -----------------------------------
- PS C:\> Update-WtIntuneApp -AppId "1450c17d-aee5-4bef-acf9-9e0107d340f2" -UseDefaultCredentials -Categories "Productivity","Business" -AvailableFor "AllUsers" -EnableAutoUpdate $true
+ PS C:\> Update-WtIntuneApp -AppId "1450c17d-aee5-4bef-acf9-9e0107d340f2" -UseDefaultCredentials -Categories "Productivity","Business" -AvailableFor "AllUsers" -EnableAutoUpdate
Update the categories of an app and make it available for all users