Skip to content

Commit d51e1ee

Browse files
authored
rpk: adds avaiable language for app generate (#1426)
1 parent 74b3334 commit d51e1ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/reference/pages/rpk/rpk-generate/rpk-generate-app.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ By default, this runs interactively, prompting you to select a language and
1616
a user with which to create your application. To use this without interactivity,
1717
specify how you want your application to be created using flags.
1818

19-
The `--language` flag lets you specify the language. There is no default.
19+
The `--language` flag lets you specify the language. There is no default. Available language: `go`.
2020

2121
The `--new-sasl--user` flag lets you generate a new SASL user
2222
with admin ACLs. If you don't want to use your current profile user or don't want to create a
@@ -73,7 +73,7 @@ rpk generate app [flags]
7373
|-h, --help |- |Help for app.
7474

7575
|-l, --language |string |The language you want the code sample to be
76-
generated with.
76+
generated with. Available language: `go`.
7777

7878
|--new-sasl-credentials |string |If provided, `rpk` will generate and use
7979
these credentials (<user>:<password>).

0 commit comments

Comments
 (0)