summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2023-06-09 12:09:12 +0200
committerHelmut Grohne <helmut@subdivi.de>2023-06-09 12:13:38 +0200
commit95c7df2d210c1033ff8c4e2b6408def1c5037a5b (patch)
treea5bc53dcd660ed78e86b381c8fb6a7176c7414d6 /bin
parentd47385b96f77db9015e1fa3b79e13116c6e0daae (diff)
downloaddebvm-95c7df2d210c1033ff8c4e2b6408def1c5037a5b.tar.gz
the argument to setterm is --resize, not -resize
Diffstat (limited to 'bin')
-rwxr-xr-xbin/debvm-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/debvm-run b/bin/debvm-run
index f1cde97..759ab27 100755
--- a/bin/debvm-run
+++ b/bin/debvm-run
@@ -68,7 +68,7 @@ F<rootfs.ext4>, resulting in an ephemeral run.
Make sure C<$TERM> is set to a value known inside the VM.
You may need to install B<ncurses-term> for more definitions.
The serial console will miss events of resizing the terminal emulator.
-You may run C<setterm -resize> in that case.
+You may run C<setterm --resize> in that case.
=item How can I kill debvm-run?