@@ -209,19 +209,19 @@ print_usage(char const *arg)
209
209
/* *INDENT-OFF* */
210
210
fprintf (stdout , out , arg );
211
211
fprintf (stdout , "available commands:\n" );
212
- fprintf (stdout , " %-23s %-30s \n" , "-v, --verbose" , "verbose output (when used with -c or -u)" );
213
- fprintf (stdout , " %-23s %-30s \n" , "-v, --version" , "print version and exit" );
214
- fprintf (stdout , " %-23s %-30s \n" , "-h, --help" , "print this help and exit" );
215
- fprintf (stdout , " %-23s %-30s \n" , "-u, --update" , "update local database" );
216
- fprintf (stdout , " %-23s %-30s \n" , "-c, --clear-cache" , "clear local database" );
217
- fprintf (stdout , " %-23s %-30s \n" , "-p, --platform=PLATFORM" ,
212
+ fprintf (stdout , " %-23s %s \n" , "-v, --verbose" , "verbose output (when used with -c or -u)" );
213
+ fprintf (stdout , " %-23s %s \n" , "-v, --version" , "print version and exit" );
214
+ fprintf (stdout , " %-23s %s \n" , "-h, --help" , "print this help and exit" );
215
+ fprintf (stdout , " %-23s %s \n" , "-u, --update" , "update local database" );
216
+ fprintf (stdout , " %-23s %s \n" , "-c, --clear-cache" , "clear local database" );
217
+ fprintf (stdout , " %-23s %s \n" , "-p, --platform=PLATFORM" ,
218
218
"select platform, supported are linux / osx / sunos / windows / common" );
219
- fprintf (stdout , " %-23s %-30s \n" , "-r, --render=PATH" ,
219
+ fprintf (stdout , " %-23s %s \n" , "-r, --render=PATH" ,
220
220
"render a local page for testing purposes" );
221
- fprintf (stdout , " %-23s %-30s \n" , "--list" , "list all entries in the local database" );
222
- fprintf (stdout , " %-23s %-30s \n" , "--linux" , "show command page for Linux" );
223
- fprintf (stdout , " %-23s %-30s \n" , "--osx" , "show command page for OSX" );
224
- fprintf (stdout , " %-23s %-30s \n" , "--sunos" , "show command page for SunOS" );
221
+ fprintf (stdout , " %-23s %s \n" , "--list" , "list all entries in the local database" );
222
+ fprintf (stdout , " %-23s %s \n" , "--linux" , "show command page for Linux" );
223
+ fprintf (stdout , " %-23s %s \n" , "--osx" , "show command page for OSX" );
224
+ fprintf (stdout , " %-23s %s \n" , "--sunos" , "show command page for SunOS" );
225
225
/* *INDENT-ON* */
226
226
}
227
227
0 commit comments