Skip to content

Commit

Permalink
Fix nodefault descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ensiform committed Nov 15, 2023
1 parent 6c065dd commit 97d0253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qcommon/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -4338,7 +4338,7 @@ static void Com_WriteConfig_f( void ) {

if ( Cmd_Argc() < 2 ) {
Com_Printf( "Usage: writeconfig [options] <filename>\n"
"-nd, --no-defaults : omit writing all cvars that are not default value\n"
"-nd, --no-defaults : omit writing all cvars that are at default values\n"
"-f, --force : write all cvars regardless of archive and default value state\n" );
return;
}
Expand All @@ -4358,7 +4358,7 @@ static void Com_WriteConfig_f( void ) {
}
else {
Com_Printf( "Usage: writeconfig [options] <filename>\n"
"-nd, --no-defaults : omit writing all cvars that are not default value\n"
"-nd, --no-defaults : omit writing all cvars that are at default values\n"
"-f, --force : write all cvars regardless of archive and default value state\n" );
return;
}
Expand Down

0 comments on commit 97d0253

Please sign in to comment.