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