Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct syntax for cryptfs changepw #9

Open
wants to merge 1 commit into
base: cm-14.1
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Correct syntax for cryptfs changepw
derrohrbach authored Aug 15, 2017
commit 950f1848205eabd60051171200c1872cff642513
2 changes: 1 addition & 1 deletion CryptCommandListener.cpp
Original file line number Diff line number Diff line change
@@ -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) {