Skip to content

Commit 2c47e64

Browse files
authored
Remove dstack init from help (#3039)
1 parent 373fb65 commit 2c47e64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dstack/_internal/cli/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def main():
4141

4242
parser = argparse.ArgumentParser(
4343
description=(
44-
"Not sure where to start? Call [code]dstack init[/].\n"
45-
"Define a [code].dstack.yml[/] configuration file and run it via [code]dstack apply[/]\n"
44+
"Not sure where to start?"
45+
" Define a [code].dstack.yml[/] configuration file and run it via [code]dstack apply[/]\n"
4646
),
4747
formatter_class=RichHelpFormatter,
4848
epilog=(

0 commit comments

Comments
 (0)