Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ running.
```
2. Activate `vmctl` with `env` for your current shell
```
$ ./vmctl env --confdir $HOME/vms
$ ./vmctl env --bootstrap $HOME/vms --verbose
$ ./vmctl env
$ vmctl --help
$ vmctl -c CONFIG <command>
```
Expand Down
2 changes: 1 addition & 1 deletion cmd/console
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash/
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion cmd/env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-late
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (c) 2025 Samsung Electronics Co., Ltd. All Rights Reserved.
#
# Written by Joel Granados <joel.granados@kernel.org>
Expand Down
2 changes: 1 addition & 1 deletion cmd/ssh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Options:
-w, --wait wait until an ssh connection is established
-p, --port port to connect to (default: \"$GUEST_SSH_PORT\")
-l, --login the user to log in as (default: \"$GUEST_SSH_USER\")
-c, --comand Execute a command and disconnect"
-c, --command Execute a command and disconnect"

_ssh() {
_require_program ssh
Expand Down