Skip to content

Commit d268ef8

Browse files
committed
Fixed help formatting
1 parent fb93fae commit d268ef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ Options:
4444
ecb
4545
cbc
4646
pcbc
47-
4847
<padding_algorithm>:
4948
pkcs7
5049
x923
5150
iso7816
51+
5252
Help:
5353
--help
5454
Miscellaneous:

src/Main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,11 +351,11 @@ void display_help()
351351
" ecb\n"
352352
" cbc\n"
353353
" pcbc\n"
354-
"\n"
355354
"<padding_algorithm>:\n"
356355
" pkcs7\n"
357356
" x923\n"
358357
" iso7816\n"
358+
"\n"
359359
"Help:\n"
360360
" --help\n"
361361
"Miscellaneous:\n"

0 commit comments

Comments
 (0)