mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2025-10-30 14:17:54 +00:00
Update usage messages for consistency.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function usage($text) {
|
||||
$text | sls '(?m)^# Usage: ([^\n]*)$' | % { "usage: " + $_.matches[0].groups[1].value }
|
||||
$text | sls '(?m)^# Usage: ([^\n]*)$' | % { "Usage: " + $_.matches[0].groups[1].value }
|
||||
}
|
||||
|
||||
function summary($text) {
|
||||
|
||||
Reference in New Issue
Block a user