From 61c56d5f2b6c37be3ece8aec7eb572e610b16e2c Mon Sep 17 00:00:00 2001 From: Joel Granados Date: Wed, 2 Jul 2025 21:16:06 +0200 Subject: [PATCH 1/4] console: Remove traling slash from shebang --- cmd/console | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/console b/cmd/console index ab9188b..263c0f1 100644 --- a/cmd/console +++ b/cmd/console @@ -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. # From 51e72628083d20d3181289db3f800a204b7fb407 Mon Sep 17 00:00:00 2001 From: Joel Granados Date: Wed, 2 Jul 2025 21:16:54 +0200 Subject: [PATCH 2/4] README: remove --confdir from env activation example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f8d63b..fe391d2 100644 --- a/README.md +++ b/README.md @@ -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 ``` From 4aed8f24d28942a0a1ed1a9c94b3cf513de51768 Mon Sep 17 00:00:00 2001 From: Joel Granados Date: Wed, 2 Jul 2025 21:18:01 +0200 Subject: [PATCH 3/4] env: add 'r' to licence identifier string --- cmd/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/env b/cmd/env index 01940e8..cb27fc3 100644 --- a/cmd/env +++ b/cmd/env @@ -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 From e43bfff1294d6e0dbd0be3c8aa648b7596e82e03 Mon Sep 17 00:00:00 2001 From: Joel Granados Date: Wed, 2 Jul 2025 21:19:23 +0200 Subject: [PATCH 4/4] ssh: comand -> command in usage --- cmd/ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ssh b/cmd/ssh index 81849ba..f0bc744 100644 --- a/cmd/ssh +++ b/cmd/ssh @@ -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