From 6a38f3c47714774ebe060293749c8d849e4a7d3d Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Tue, 6 Jun 2017 03:16:29 -0500 Subject: [PATCH] Fixed mode 9810/9820 labeling Removed $4 from label to avoid confusion. --- src/usage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usage.c b/src/usage.c index f01b09afa..ec0e85d32 100644 --- a/src/usage.c +++ b/src/usage.c @@ -330,8 +330,8 @@ static const char *USAGE_BIG[] = " 9710 | MS Office <= 2003 $0/$1, MD5 + RC4, collider #1 | Documents", " 9720 | MS Office <= 2003 $0/$1, MD5 + RC4, collider #2 | Documents", " 9800 | MS Office <= 2003 $3/$4, SHA1 + RC4 | Documents", - " 9810 | MS Office <= 2003 $3/$4, SHA1 + RC4, collider #1 | Documents", - " 9820 | MS Office <= 2003 $3/$4, SHA1 + RC4, collider #2 | Documents", + " 9810 | MS Office <= 2003 $3, SHA1 + RC4, collider #1 | Documents", + " 9820 | MS Office <= 2003 $3, SHA1 + RC4, collider #2 | Documents", " 9400 | MS Office 2007 | Documents", " 9500 | MS Office 2010 | Documents", " 9600 | MS Office 2013 | Documents",