Commit 0d184a9c authored by dobli's avatar dobli
Browse files

made first device unlink attempt

parent 53f3c25b
......@@ -1544,7 +1544,7 @@ def device_unlink_menu(base_dir):
:base_dir: Base directory of configuration files
"""
machine = docker_client_prompt(" to link device on")
machine = docker_client_prompt(" to unlink device from")
device = qust.select("What device should be unlinked?",
choices=USB_DEVICES, style=st).ask()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment