diff options
-rw-r--r-- | ssh-agent-filter.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-agent-filter.C b/ssh-agent-filter.C index 4ebb204..615389a 100644 --- a/ssh-agent-filter.C +++ b/ssh-agent-filter.C @@ -152,8 +152,8 @@ void parse_cmdline (int const argc, char const * const * const argv) { ("version,V", "print version information") ; po::variables_map config; - po::store(po::parse_command_line(argc, argv, opts), config); - po::notify(config); + store(parse_command_line(argc, argv, opts), config); + notify(config); if (config.count("help")) { std::cout << "Invocation: ssh-agent-filter [ OPTIONS ]" << std::endl; |