Skip to content

Commit ce055f8

Browse files
committed
Removed extra space from xpass help
1 parent 1a2ecfc commit ce055f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/xpass.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ static void XPass_DisplayUsage(const char *pName)
145145
xlog(" %s-c%s <path> %s# Configuration file path%s", XPASS_ARG_FMT);
146146
xlog(" %s-i%s <path> %s# Input/Database file path%s", XPASS_ARG_FMT);
147147
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);
148+
xlog(" %s-f%s %s# Force overwrite db/cfg files%s", XPASS_ARG_FMT);
149149
xlog(" %s-h%s %s# Version and usage%s\n", XPASS_ARG_FMT);
150150

151151
xlog("Required one operation from this list%s*%s:", XSTR_CLR_RED, XSTR_FMT_RESET);

0 commit comments

Comments
 (0)