diff options
author | 2009-04-19 21:42:25 +0100 | |
---|---|---|
committer | 2009-04-19 21:42:25 +0100 | |
commit | 75665614909a209d7dedc63d7b604bd3265449cd (patch) | |
tree | abdb4227f31d4ffec10ad9b4f67c8f4c0adf73d1 /ruby | |
parent | 64a1cd4861595220ba66fa1c6c9cc445fae93e1b (diff) | |
download | paludis-75665614909a209d7dedc63d7b604bd3265449cd.tar.gz paludis-75665614909a209d7dedc63d7b604bd3265449cd.tar.xz |
Typo, spotted by lukas__
Diffstat (limited to 'ruby')
-rwxr-xr-x | ruby/demos/playman.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/demos/playman.rb b/ruby/demos/playman.rb index 72c90fe51..805d47c3b 100755 --- a/ruby/demos/playman.rb +++ b/ruby/demos/playman.rb @@ -62,7 +62,7 @@ Usage: #{$0} [options] [overlay1] [overlay2] [...] Options: --help, -h Display a help message --version, -V Display program version - --log-level Set log level (debug, qa, warning, slient) + --log-level Set log level (debug, qa, warning, silent) --environment, -E Environment specification (class:suffix, both parts optional, class must be 'paludis' if specified) --config-suffix, -c Set configuration suffix (deprecated, use --environment) |