mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2025-10-30 06:07:56 +00:00
fix(chore): Update help documentation (#5002)
* tweaks to help system * update help text * update changelog * fix order of printing deps * Apply suggestions from code review Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com> * Update scoop-help.ps1 * Update scoop.ps1 Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ switch ($subCommand) {
|
||||
}
|
||||
}
|
||||
default {
|
||||
"scoop: '$subCommand' isn't a scoop command. See 'scoop help'."
|
||||
warn "scoop: '$subCommand' isn't a scoop command. See 'scoop help'."
|
||||
exit 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user