minor: typos

This commit is contained in:
Kyle Banker 2010-06-15 10:33:18 -04:00
parent 4712a68468
commit 76592ac41b
1 changed files with 2 additions and 2 deletions

View File

@ -40,10 +40,10 @@ end
# print usage
def usage()
STDERR << <<END_OF_USAGE
usage: b2json.rb [-h] [file1 [file2]]
usage: b2json [-h] [file1 [file2]]
Converts a BSON file to JSON on STDOUT.
You can pass multiple filename.
You can pass multiple filenames.
If no filenames are passed, then STDIN is consumed.
END_OF_USAGE