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 --- Options.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Options.h') diff --git a/Options.h b/Options.h index a813fa4..9440964 100644 --- a/Options.h +++ b/Options.h @@ -24,8 +24,6 @@ public: // Options std::string user; std::string pass; - std::string rh; // remote host - std::string pt; // TCP port std::string dr; // directory int cn; // credential number int ml; // max length -- cgit v1.2.3