diff --git a/src/cfml/commands/package/outdated.cfc b/src/cfml/commands/package/outdated.cfc index 01e843735..6589a48da 100644 --- a/src/cfml/commands/package/outdated.cfc +++ b/src/cfml/commands/package/outdated.cfc @@ -1,5 +1,6 @@ /** * Verifies versions of all dependencies of a package recursivley. Run this command from the root of the package. + * Package installed from HTTP(S) and Git endpoints will always show as outdated. * . * {code:bash} * outdated diff --git a/src/cfml/commands/package/update.cfc b/src/cfml/commands/package/update.cfc index 933c3b76c..953b9ca81 100644 --- a/src/cfml/commands/package/update.cfc +++ b/src/cfml/commands/package/update.cfc @@ -1,5 +1,6 @@ /** * Updates all of the packages in your project that have new versions available. Run this command from the root of the package. + * Package installed from HTTP(S) and Git endpoints will always be udpated. * . * {code:bash} * update