From ffe8b2044f99944153aaa7f1641323845d753f28 Mon Sep 17 00:00:00 2001 From: dfinke Date: Tue, 22 Mar 2016 09:37:06 -0400 Subject: [PATCH] updated --- Examples/Extra/Get-ModuleStats.ps1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Examples/Extra/Get-ModuleStats.ps1 b/Examples/Extra/Get-ModuleStats.ps1 index 1a08faf..9b848b8 100644 --- a/Examples/Extra/Get-ModuleStats.ps1 +++ b/Examples/Extra/Get-ModuleStats.ps1 @@ -1,3 +1,10 @@ +<# + .Synopsis + Chart download stats for modules/scripts published on the PowerShell Gallery + .Example + .\Get-ModuleStats.ps1 ImportExcel +#> + param( [Parameter(Mandatory=$true)] $moduleName,