Skip to content

Commit 76592ac

Browse files
committed
minor: typos
1 parent 4712a68 commit 76592ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/b2json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ end
4040
# print usage
4141
def usage()
4242
STDERR << <<END_OF_USAGE
43-
usage: b2json.rb [-h] [file1 [file2]]
43+
usage: b2json [-h] [file1 [file2]]
4444
4545
Converts a BSON file to JSON on STDOUT.
46-
You can pass multiple filename.
46+
You can pass multiple filenames.
4747
If no filenames are passed, then STDIN is consumed.
4848
4949
END_OF_USAGE

0 commit comments

Comments
 (0)