Skip to content

Commit dea58f9

Browse files
nicolai86lexierule
authored andcommitted
[CLI] adjust command description (#14130)
* adjust CLI copy Co-authored-by: RobertLaurella <[email protected]> (cherry picked from commit 31ecf9b)
1 parent 7e537ea commit dea58f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/lightning_app/cli/lightning_cli.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def main():
3535

3636
@main.command()
3737
def login():
38-
"""Log in to your Lightning.ai account."""
38+
"""Log in to your lightning.ai account."""
3939
auth = Auth()
4040
auth.clear()
4141

@@ -48,7 +48,7 @@ def login():
4848

4949
@main.command()
5050
def logout():
51-
"""Log out of your Lightning.ai account."""
51+
"""Log out of your lightning.ai account."""
5252
Auth().clear()
5353

5454

@@ -95,7 +95,7 @@ def on_before_run(*args):
9595

9696
@main.group()
9797
def run():
98-
"""Run your application."""
98+
"""Run a Lightning application locally or on the cloud."""
9999

100100

101101
@run.command("app")
@@ -151,7 +151,7 @@ def get_list():
151151

152152
@main.group()
153153
def install():
154-
"""Install Lightning apps and components."""
154+
"""Install a Lightning App and/or component."""
155155

156156

157157
@install.command("app")
@@ -209,7 +209,7 @@ def install_component(name, yes, version):
209209

210210
@main.group()
211211
def init():
212-
"""Init a Lightning app and component."""
212+
"""Init a Lightning App and/or component."""
213213

214214

215215
@init.command("app")

0 commit comments

Comments
 (0)