Skip to content
Snippets Groups Projects
Commit ffbf577a authored by Noe Nieto's avatar Noe Nieto :speech_balloon:
Browse files

Command stop is alias of halt

parent 1c1854fc
No related branches found
No related tags found
No related merge requests found
Pipeline #4026 passed
......@@ -277,6 +277,7 @@ COMMANDS = {
'up': 'Start box',
'start': 'Start box',
'halt': 'Stop/shutdown a box',
'stop': 'Same as halt',
'restart': 'Restarts the box',
'destroy': 'Destroy the box and do cleanup',
'ssh': 'Connect to the box using SSH',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment