Fix default login shell documentation

This commit is contained in:
Julien Sanchez 2019-06-16 13:29:18 +02:00 committed by Christian Duerr
parent 490a6528fc
commit 6b273fdf63

View file

@ -363,7 +363,8 @@ live_config_reload: true
# Entries in `shell.args` are passed unmodified as arguments to the shell.
#
# Default:
# - (Linux/macOS) /bin/bash --login
# - (macOS) /bin/bash --login
# - (Linux) user login shell
# - (Windows) powershell
#shell:
# program: /bin/bash