mirror of
https://github.com/containers/podman.git
synced 2025-06-26 12:56:45 +08:00
Update error message from reviews
Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #1296 Approved by: rhatdan
This commit is contained in:
@ -27,7 +27,7 @@ class Attach(AbstractActionBase):
|
|||||||
"""Construct Attach class."""
|
"""Construct Attach class."""
|
||||||
super().__init__(args)
|
super().__init__(args)
|
||||||
if not args.image:
|
if not args.image:
|
||||||
raise ValueError('You must supply at least one image id'
|
raise ValueError('You must supply one image id'
|
||||||
' or name to be attached.')
|
' or name to be attached.')
|
||||||
|
|
||||||
def attach(self):
|
def attach(self):
|
||||||
|
Reference in New Issue
Block a user