From fbf2556bb4d613100fe5632284f77522d1bd9b5f Mon Sep 17 00:00:00 2001 From: Victor Skvortsov Date: Thu, 28 Aug 2025 15:04:18 +0500 Subject: [PATCH] Remove dstack init from help --- src/dstack/_internal/cli/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dstack/_internal/cli/main.py b/src/dstack/_internal/cli/main.py index c91d0f2feb..81c087fcdf 100644 --- a/src/dstack/_internal/cli/main.py +++ b/src/dstack/_internal/cli/main.py @@ -41,8 +41,8 @@ def main(): parser = argparse.ArgumentParser( description=( - "Not sure where to start? Call [code]dstack init[/].\n" - "Define a [code].dstack.yml[/] configuration file and run it via [code]dstack apply[/]\n" + "Not sure where to start?" + " Define a [code].dstack.yml[/] configuration file and run it via [code]dstack apply[/]\n" ), formatter_class=RichHelpFormatter, epilog=(