diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f8c797f3..be4ac97a7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,10 @@ - **bucket:** Skip manifest validation if no manifest changes ([#5270](https://github.com/ScoopInstaller/Scoop/issues/5270)) +### Documentation + +- **scoop-info:** Fix help message([#5445](https://github.com/ScoopInstaller/Scoop/issues/5445)) + ## [v0.3.1](https://github.com/ScoopInstaller/Scoop/compare/v0.3.0...v0.3.1) - 2022-11-15 ### Features diff --git a/libexec/scoop-info.ps1 b/libexec/scoop-info.ps1 index 675611435d..3cf58e4118 100644 --- a/libexec/scoop-info.ps1 +++ b/libexec/scoop-info.ps1 @@ -1,7 +1,7 @@ -# Usage: scoop info [--verbose] +# Usage: scoop info [options] # Summary: Display information about an app -# Options: -# -v, --verbose Show full paths and URLs +# Help: Options: +# -v, --verbose Show full paths and URLs . "$PSScriptRoot\..\lib\getopt.ps1" . "$PSScriptRoot\..\lib\manifest.ps1" # 'Get-Manifest'