Revisión | a300a2046049c74cb3b80eadeccc88a3c6d0959a (tree) |
---|---|
Tiempo | 2009-03-23 00:38:02 |
Autor | henoheno <henoheno> |
Commiter | henoheno |
Add help
@@ -1,7 +1,7 @@ | ||
1 | 1 | #!/usr/local/bin/php |
2 | 2 | <?php |
3 | 3 | // PukiWiki - Yet another WikiWikiWeb clone. |
4 | -// $Id: encls.php,v 1.3 2006/06/11 15:01:32 henoheno Exp $ | |
4 | +// $Id: encls.php,v 1.4 2009/03/22 15:38:02 henoheno Exp $ | |
5 | 5 | // Copyright (C) 2006 PukiWiki Developers Team |
6 | 6 | // License: GPL v2 or (at your option) any later version |
7 | 7 | // |
@@ -29,6 +29,8 @@ function usage(){ | ||
29 | 29 | echo ' --suffix -- Specify suffix (default: .txt)' . "\n"; |
30 | 30 | echo ' --encoding_from -- Specify encoding (default: EUC-JP)' . "\n"; |
31 | 31 | echo ' --encoding_to -- Specify encoding (default: UTF-8)' . "\n"; |
32 | + echo ' --nocheck -- Suppress check if the argument is exists as a file' . "\n"; | |
33 | + echo ' --decode -- Just decode() it' . "\n"; | |
32 | 34 | exit(1); |
33 | 35 | } |
34 | 36 |