From d61469746d23e42a9e774270edf8d116b9b9443c Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Thu, 21 Jun 2018 08:47:38 -0400 Subject: [PATCH] Update for drush9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4682b5f..dc06745 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ In the rare event that a security release does not affect your project, and upgr ``` -Note: that this approach opts your package out of any future security releases. You can check for future security releases with `drush pm-updatestatus`. +Note: that this approach opts your package out of any future security releases. You can check for future security releases with `drush pm:security` (drush9) or `drush pm-updatestatus` (drush8). # Sources