diff --git a/docs/README.md b/docs/README.md index e110f7bb..257473fa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -105,4 +105,4 @@ Note: Altis local-server automatically collects domains names to issue the SSL c * `composer server db` - Logs into MySQL on the DB container. * `composer server db info` - Print MySQL connection details. * `composer server db sequel` - Opens a connection to the database in [Sequel Pro](https://sequelpro.com). -* `composer server import-uploads` - Syncs files from `content/uploads` to the s3 container. +* `composer server import-uploads` - Syncs files from `content/uploads` to the S3 container. diff --git a/inc/composer/class-command.php b/inc/composer/class-command.php index 20291590..cc5df932 100644 --- a/inc/composer/class-command.php +++ b/inc/composer/class-command.php @@ -82,8 +82,8 @@ protected function configure() { ssl exec -- "command" Executes an arbitrary mkcert command View the logs logs can be php, nginx, db, s3, elasticsearch, xray -Import files from content/uploads directly to s3: - import-uploads Copies files from `content/uploads` to s3 +Sync files from content/uploads to the S3 container: + import-uploads Syncs files from `content/uploads` to the S3 container. EOT ) ->addOption( 'xdebug', null, InputOption::VALUE_OPTIONAL, 'Start the server with Xdebug', 'debug' )