You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add testing to CI.
- Clarify that this isn’t an officially supported product.
- Clarify that this outputs ext JSON.
- Refine a couple error messages.
Copy file name to clipboardExpand all lines: main.go
+3-3
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ func main() {
37
37
varcmd= cli.Command{
38
38
Name: "mongodump-parser",
39
39
Usage: "parse mongodump archive files",
40
-
Description: wordwrap.WrapString("This tool reads a mongodump archive file from standard input, parses its header, then outputs the parse to standard output. This lets you see an archive’s contents without actually restoring it.", uint(colWidth-4)),
40
+
Description: wordwrap.WrapString("This tool reads a mongodump archive file from standard input, parses its header, then outputs the parse to standard output in MongoDB Extended JSON. This lets you see an archive’s contents without actually restoring it.", uint(colWidth-4)),
0 commit comments