You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/bin2cpp/main.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ void printUsage()
194
194
" Separate each filter with the character '" DIRECTORY_FILTER_SEPARATOR_STR "'. Valid only when --dir is used. See wildcard characters definition below.\n"
195
195
" --direxcludefilter=<value> Set a negative filter on the input directory to skip files matching the filter. Wildcard characters are accepted.\n"
196
196
" 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"
198
198
" --keepdirs Keep the directory structure. Forces the output files to have the same\n"
199
199
" directory structure as the input files. Valid only when --dir is used.\n"
200
200
" --plainoutput Print the encoded string in plain format to stdout. Useful for scripts and integration with third party application.\n"
0 commit comments