diff options
| author | Timo Weingärtner <timo@tiwe.de> | 2021-05-17 15:12:31 +0200 |
|---|---|---|
| committer | Timo Weingärtner <timo@tiwe.de> | 2026-03-07 22:25:16 +0100 |
| commit | 7fc3abd4b250ceae28c2b0705625d708260cfc38 (patch) | |
| tree | 664fbc992eaf336c5663aeda65a47ad3ca86f027 | |
| parent | adbbb81f7a82829363b41f6de8fc403caece3f33 (diff) | |
| download | ssh-agent-filter-7fc3abd4b250ceae28c2b0705625d708260cfc38.tar.gz | |
fix typo: puposes purposes
| -rw-r--r-- | ssh-agent-filter.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-agent-filter.C b/ssh-agent-filter.C index cadfd1d..3fe4801 100644 --- a/ssh-agent-filter.C +++ b/ssh-agent-filter.C @@ -215,7 +215,7 @@ void parse_cmdline (int const argc, char const * const * const argv) { ("help,h", "print this help message") ("key,k", po::value(&allowed_b64), "key specified by base64-encoded pubkey") ("key-confirmed,K", po::value(&confirmed_b64), "key specified by base64-encoded pubkey, with confirmation") - ("name,n", po::value(&saf_name), "name for this instance of ssh-agent-filter, for confirmation puposes") + ("name,n", po::value(&saf_name), "name for this instance of ssh-agent-filter, for confirmation purposes") ("version,V", "print version information") ; po::variables_map config; |
