From 60b52744f02eb849857947862fbc3e533c171fe9 Mon Sep 17 00:00:00 2001 From: Nathan Beals Date: Fri, 31 Jul 2020 11:54:29 -0400 Subject: [PATCH] Updated README to note the flag is optional. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 282b1e7..e892406 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ go build -ldflags -H=windowsgui ## Usage -Run the executable `winssh-pageant.exe`. There is only one flag: +Run the executable `winssh-pageant.exe`. There is only one (optional) flag: - - `--sshpipe "\\.\pipe\ssh-pageant"` - name of the windows openssh agent pipe + - `--sshpipe` - name of the windows openssh agent pipe, default is `"\\.\pipe\ssh-pageant"` ### Task Scheduler