diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d45876c4..cabc29cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -119,6 +119,7 @@ All notable changes to this project will be documented in this file. This projec - `Environment::changeConnectionMode(string)` never returns a string, only a Workflow. (#1948) - `Environment::changeConnectionMode(string)` will throw a TerminusException if the mode is neither "git" nor "sftp". (#1948) - `Environment::changeConnectionMode(string)` will throw a TerminusException if the requested mode is the current one. (#1948) +- The help text for `upstream:updates:status` now litanizes the possible results. (#1951) ### Deprecated - `service-level:set` is now deprecated. Please use `plan:set`. (#1901) diff --git a/src/Commands/Upstream/Updates/StatusCommand.php b/src/Commands/Upstream/Updates/StatusCommand.php index b124368c7..9e84b271e 100644 --- a/src/Commands/Upstream/Updates/StatusCommand.php +++ b/src/Commands/Upstream/Updates/StatusCommand.php @@ -16,9 +16,9 @@ class StatusCommand extends UpdatesCommand * @command upstream:updates:status * * @param string $site_env Site & environment in the format `site-name.env` - * @return string + * @return string Either 'outdated' or 'current' * - * @usage . Displays the status of updates available from the upstream for 's environment. + * @usage . Displays either "outdated" if 's environment has upstream updates or "current" if not. */ public function status($site_env) {