Skip to content

Commit

Permalink
Update help text for config show.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndarilek committed Jan 12, 2023
1 parent 320a480 commit d925055
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helpgen/flyctlhelp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,12 @@ longHelp = """The CONFIG commands allow you to work with an application's config
"""
shortHelp = "Manage an app's configuration"
usage = "config"
[config.display]
longHelp = """Display an application's configuration. The configuration is presented
[config.show]
longHelp = """Show an application's configuration. The configuration is presented
in JSON format. The configuration data is retrieved from the Fly service.
"""
shortHelp = "Display an app's configuration"
usage = "display"
shortHelp = "Show an app's configuration"
usage = "show"
[config.save]
longHelp = """Save an application's configuration locally. The configuration data is
retrieved from the Fly service and saved in TOML format.
Expand Down

0 comments on commit d925055

Please sign in to comment.