tyls: Don't print -l option as it is not implemented.

A bit confusing to show it but then do nothing like what it suggests.
Can come back once we have it implemented.
This commit is contained in:
Stefan Schmidt 2013-03-28 15:01:50 +00:00
parent 49dcfba91a
commit fc04ce9b4d
1 changed files with 2 additions and 2 deletions

View File

@ -779,8 +779,8 @@ main(int argc, char **argv)
printf("Usage: %s [-s|-m|-l] FILE1 [FILE2 ...]\n"
"\n"
" -s Small list mode\n"
" -m Medium list mode\n"
" -l Large list mode\n",
" -m Medium list mode\n",
/*" -l Large list mode\n", Enable again once we support it */
argv[0]);
return 0;
}