diff options
author | EuAndreh <eu@euandre.org> | 2022-12-06 09:39:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-12-06 09:39:05 -0300 |
commit | 5901b70f037ea445cac3cc96ee6b5b7ae4e9d51c (patch) | |
tree | d6e298005e892b843e3b238eaecd74b940ec9b42 | |
parent | bin/vm: Actually implement dry-run for the "down" action (diff) | |
download | dotfiles-5901b70f037ea445cac3cc96ee6b5b7ae4e9d51c.tar.gz dotfiles-5901b70f037ea445cac3cc96ee6b5b7ae4e9d51c.tar.xz |
bin/vm: Fix help string indentation
-rwxr-xr-x | bin/vm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -41,9 +41,9 @@ help() { $XDG_RUNTIME_DIR/vm/pids/, as "$OS.pid" files. It also generates an SSH configuration file under - $XDG_DATA_HOME/vm/ssh.conf to be `Included` by the main - ~/.ssh/config file, which contains one alias entry for each VM, - so that one can do a combination of `vm up alpine && ssh alpine`. + $XDG_DATA_HOME/vm/ssh.conf to be `Included` by the main + ~/.ssh/config file, which contains one alias entry for each VM, + so that one can do a combination of `vm up alpine && ssh alpine`. If the given OS name is a unique prefix, than it is enough to guess the rest of the name, i.e. if there is only only type of |