From 8455d3e9256bff8d4f74b3606347522ea6c381ca Mon Sep 17 00:00:00 2001 From: Malfurious Date: Thu, 24 Oct 2024 13:06:13 -0400 Subject: Remove remote-host and port options Support for remote keychains is removed, so also remove the associated command-line options. Signed-off-by: Malfurious --- Help.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Help.cpp') diff --git a/Help.cpp b/Help.cpp index a8739be..d0ee0c0 100644 --- a/Help.cpp +++ b/Help.cpp @@ -52,9 +52,7 @@ void Help::dispGeneral() { std::cout << "-user Used to disambiguate credentials if lookups return more than one" << std::endl; std::cout << " Also used to specify a username value for new or updated credentials" << std::endl; std::cout << "-pass Used to specify a password value for new or updated credentials" << std::endl; - std::cout << "-rh
Used to specify a remote host to connect to if keychain is on another machine" << std::endl; - std::cout << "-pt Port on remote host to connect to" << std::endl; - std::cout << "-dr Directory to look for, or put, keychain in. If -rh is set, this refers to the remote machine" << std::endl; + std::cout << "-dr Directory to look for, or put, keychain in" << std::endl; std::cout << "-cn Used to disambiguate credentials if lookups return more than one" << std::endl; std::cout << "-ml Password Gen Option: max-length for generated string" << std::endl; std::cout << "-ns Password Gen Option: set this if no special chars should be used" << std::endl; -- cgit v1.2.3