Skip to content

Commit a80a591

Browse files
authored
Correct command from 'list-plugins' to 'list-profiles'
1 parent 63df6cb commit a80a591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grails-doc/src/en/guide/profiles/standardProfiles.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Available profiles can be listed, when not inside a Grails' project directory:
2727

2828
[source,bash]
2929
----
30-
$ grails list-plugins
30+
$ grails list-profiles
3131
----
3232

3333
[source,bash]
@@ -55,4 +55,4 @@ The `rest-api-plugin` profile is specialized for developing plugins that provide
5555

5656
Lastly, the `profile` profile is intended for developers creating custom profiles.
5757

58-
These profiles collectively enable flexible project generation while maintaining Grails' convention-over-configuration philosophy.
58+
These profiles collectively enable flexible project generation while maintaining Grails' convention-over-configuration philosophy.

0 commit comments

Comments
 (0)