From 950f1848205eabd60051171200c1872cff642513 Mon Sep 17 00:00:00 2001 From: Marvin Rohrbach Date: Tue, 15 Aug 2017 12:58:31 +0200 Subject: [PATCH] Correct syntax for cryptfs changepw --- CryptCommandListener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CryptCommandListener.cpp b/CryptCommandListener.cpp index 4e91665a..aa768066 100644 --- a/CryptCommandListener.cpp +++ b/CryptCommandListener.cpp @@ -263,7 +263,7 @@ int CryptCommandListener::CryptfsCmd::runCommand(SocketClient *cli, } else if (subcommand == "changepw") { const char* syntax = "Usage: cryptfs changepw " "default|password|pin|pattern [currentpasswd] " - "default|password|pin|pattern [newpasswd]"; + "[newpasswd]"; const char* password; const char* currentpassword; if (argc == 4) {