Skip to content

Commit

Permalink
Updated README to note the flag is optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbeals committed Jul 31, 2020
1 parent 65850a6 commit 60b5274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60b5274

Please sign in to comment.