Skip to content

Commit e4cd76f

Browse files
committed
Fixed typo.
1 parent 4830ed2 commit e4cd76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin2cpp/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ void printUsage()
194194
" Separate each filter with the character '" DIRECTORY_FILTER_SEPARATOR_STR "'. Valid only when --dir is used. See wildcard characters definition below.\n"
195195
" --direxcludefilter=<value> Set a negative filter on the input directory to skip files matching the filter. Wildcard characters are accepted.\n"
196196
" Separate each filter with the character '" DIRECTORY_FILTER_SEPARATOR_STR "'. Valid only when --dir is used. See wildcard characters definition below.\n"
197-
" The exclude filter has precedence over the inclusion filter.\n"
197+
" The exclude filter has precedence over the include filter.\n"
198198
" --keepdirs Keep the directory structure. Forces the output files to have the same\n"
199199
" directory structure as the input files. Valid only when --dir is used.\n"
200200
" --plainoutput Print the encoded string in plain format to stdout. Useful for scripts and integration with third party application.\n"

0 commit comments

Comments
 (0)