mirror of
https://github.com/containers/podman.git
synced 2025-06-25 20:26:51 +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."""
|
||||
super().__init__(args)
|
||||
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.')
|
||||
|
||||
def attach(self):
|
||||
|
Reference in New Issue
Block a user