From c439d4fbdc0c902db8866f11555ee6523e3e0035 Mon Sep 17 00:00:00 2001 From: mintty Date: Wed, 2 Oct 2019 16:12:42 +0200 Subject: [PATCH] mention login parameter "-" explicitly (#191) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fded96d..57e7a28 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,9 @@ you may append a shell pathname and an optional `-l` parameter to the mintty invocation (in shortcuts, scripts, or context menu entries): * `%LOCALAPPDATA%\wsltty\bin\mintty.exe --WSL= --configdir="%APPDATA%\wsltty" /bin/bash -l` +To just request login mode, a single `-` parameter also works: +* `%LOCALAPPDATA%\wsltty\bin\mintty.exe --WSL= --configdir="%APPDATA%\wsltty" -` + --- ### Components and Credits ###