We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2ecfc commit ce055f8Copy full SHA for ce055f8
tools/xpass.c
@@ -145,7 +145,7 @@ static void XPass_DisplayUsage(const char *pName)
145
xlog(" %s-c%s <path> %s# Configuration file path%s", XPASS_ARG_FMT);
146
xlog(" %s-i%s <path> %s# Input/Database file path%s", XPASS_ARG_FMT);
147
xlog(" %s-k%s <size> %s# AES encryt/decrypt key size%s", XPASS_ARG_FMT);
148
- xlog(" %s-f%s %s# Force overwrite db/cfg files%s\n", XPASS_ARG_FMT);
+ xlog(" %s-f%s %s# Force overwrite db/cfg files%s", XPASS_ARG_FMT);
149
xlog(" %s-h%s %s# Version and usage%s\n", XPASS_ARG_FMT);
150
151
xlog("Required one operation from this list%s*%s:", XSTR_CLR_RED, XSTR_FMT_RESET);
0 commit comments