Skip to content

Commit

Permalink
docs: improve docstring & command helper to be clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-i-am committed Mar 27, 2024
1 parent dd9531b commit 480bb40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tutordistro/commands/run_extra_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
)


@click.command(name="run-extra-commands", help="Run distro extra commands")
@click.command(name="run-extra-commands", help="Run tutor commands")
def run_extra_commands():
"""
This command runs the distro extra commands
This command runs tutor commands defined in DISTRO_EXTRA_COMMANDS
"""
directory = (
subprocess.check_output("tutor config printroot", shell=True)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Distro tutor commands functions.
Distro tutor command functions.
"""

import subprocess
Expand Down

0 comments on commit 480bb40

Please sign in to comment.