Skip to content

Commit

Permalink
adapt computer configure related help pages
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed May 27, 2024
1 parent 6bb6021 commit 5ff5655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/reference/command_line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Below is a list with all available subcommands.
--help Show this message and exit.
Commands:
configure Configure the authentication info for a computer and user.
configure Configure the transport for a computer and user.
delete Delete a computer.
disable Disable the computer for the given user.
duplicate Duplicate a computer allowing to change some parameters.
Expand Down
4 changes: 2 additions & 2 deletions src/aiida/cmdline/commands/cmd_computer.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ def get_command(self, ctx, name):

@verdi_computer.group('configure', cls=LazyConfigureGroup)
def computer_configure():
"""Configure the authentication info for a computer and user."""
"""Configure the transport for a computer and user."""


@computer_configure.command('show')
Expand Down Expand Up @@ -796,7 +796,7 @@ def computer_export_setup(computer, output_file, sort):
)
@with_dbenv()
def computer_export_config(computer, output_file, user, sort):
"""Export the configuration of the authentication info for a computer and user to a YAML file."""
"""Export computer transport configuration for a user to a YAML file."""
import yaml

if not computer.is_configured:
Expand Down

0 comments on commit 5ff5655

Please sign in to comment.