mirror of
https://git.disroot.org/80486DX2-66/polonium.git
synced 2024-11-08 13:42:31 +05:30
main.c: printing config.: reword 1st string for clarity
This commit is contained in:
parent
1f428f8f00
commit
62e6b23f83
@ -288,11 +288,11 @@ int main(int argc, char** argv) {
|
||||
file_type = determine_file_type(file, file_path);
|
||||
|
||||
// print configuration: only damaging file contents, preserving line
|
||||
// endings, operating on printable ASCII characters exclusively
|
||||
// endings, operating exclusively on printable ASCII characters
|
||||
printf("Configuration:\n"
|
||||
"> Only damaging file contents: %s\n"
|
||||
"> Preserving line endings: %s\n"
|
||||
"> Operating on printable ASCII characters exclusively: %s\n",
|
||||
"> Operating exclusively on printable ASCII characters: %s\n",
|
||||
YES_NO(READ_CONFIG(C_CONTENTS)),
|
||||
YES_NO(READ_CONFIG(C_LINE_ENDINGS)),
|
||||
YES_NO(READ_CONFIG(C_PRINTABLE)));
|
||||
|
Loading…
Reference in New Issue
Block a user