This commit is contained in:
Ivan Matkov 2022-08-22 12:14:47 +02:00
Родитель d81f0c16c5
Коммит 4d74f8f9dd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -40,7 +40,7 @@ static void print_usage () {
fprintf(stderr, "Usage: plcrashutil <command> <options>\n"
"Commands:\n"
" convert --format=<format> <file>\n"
" Covert a plcrash file to the given format.\n\n"
" Convert a plcrash file to the given format.\n\n"
" Supported formats:\n"
" ios - Standard Apple iOS-compatible text crash log\n"
" iphone - Synonym for 'iOS'.\n");