stefan pushed a commit to branch master.

commit fc04ce9b4d3d63d25faf858aaab4bf2de3b27434
Author: Stefan Schmidt <[email protected]>
Date:   Thu Mar 28 15:01:50 2013 +0000

    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.
---
 src/bin/tyls.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/tyls.c b/src/bin/tyls.c
index 5970ba3..3959f2f 100644
--- a/src/bin/tyls.c
+++ b/src/bin/tyls.c
@@ -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;
      }

-- 

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d

Reply via email to