Skip to content

Commit

Permalink
Merge pull request #220 from superfly:codepope/issue219
Browse files Browse the repository at this point in the history
Help text is a bit wide
  • Loading branch information
codepope authored Jul 9, 2020
2 parents 288549b + 48afc50 commit a59be5c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions helpgen/flyctlhelp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ usage="flyctl"
shortHelp="The Fly CLI"
longHelp="""flyctl is a command line interface to the Fly.io platform.
It allows users to manage authentication, application initialization, deployment,
network configuration, logging and more with just the one command.
It allows users to manage authentication, application initialization,
deployment, network configuration, logging and more with just the
one command.
Initialize an App with the init command
Deploy an App with the deploy command
Expand Down Expand Up @@ -35,7 +36,7 @@ URL for deployed application.

[init]
usage="init [APPNAME]"
shortHelp="Initialise a new application"
shortHelp="Initialize a new application"
longHelp="""The INIT command will both register a new application
with the Fly platform and create the fly.toml file which controls how
the application will be deployed. The --builder flag allows a cloud native
Expand Down

0 comments on commit a59be5c

Please sign in to comment.