Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rockcraft/commands/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ class ExtensionsCommand(ListExtensionsCommand, abc.ABC):


class ExpandExtensionsCommand(AppCommand, abc.ABC):
"""Expand the extensions in the snapcraft.yaml file."""
"""Expand the extensions in the rockcraft.yaml file."""

name = "expand-extensions"
help_msg = "Expand extensions in snapcraft.yaml"
help_msg = "Expand extensions in rockcraft.yaml"
overview = textwrap.dedent(
"""
Extensions listed rockcraft.yaml will be
Expand Down