Skip to content

Commit

Permalink
alphabetize --help output
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Mar 19, 2012
1 parent 57d5ca9 commit 1a8a616
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modtree.c
Expand Up @@ -366,11 +366,11 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
" -a, --ascii use ASCII characters for tree format\n"
" -h, --help display this help text and exit\n"
" -k, --kernel <version> specify kernel version instead of $(uname -r)\n"
" -n, --noheadings don't print column headings\n"
" -u, --notruncate don't truncate text in columns\n"
" -l, --list use list format output\n"
" -n, --noheadings don't print column headings\n"
" -o, --output <list> the output columns to be shown\n"
" -r, --raw use unformatted output\n",
" -r, --raw use unformatted output\n"
" -u, --notruncate don't truncate text in columns\n",
program_invocation_short_name);

fputs("\nAvailable columns:\n", out);
Expand Down

0 comments on commit 1a8a616

Please sign in to comment.