Skip to content

Commit

Permalink
whoops lost a quote mark
Browse files Browse the repository at this point in the history
  • Loading branch information
faithokamoto authored Jan 10, 2025
1 parent 9d1fc52 commit 7ea568b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommand/view_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void help_view(char** argv) {
<< " -V, --vg-in input VG format only" << endl

<< " -j, --json output JSON format" << endl
<< " -J, --json-in input JSON format (use with e.g. -a as necessary) << endl
<< " -J, --json-in input JSON format (use with e.g. -a as necessary)" << endl
<< " -c, --json-stream streaming conversion of a VG format graph in line delimited JSON format" << endl
<< " (this cannot be loaded directly via -J)" << endl

Expand Down

1 comment on commit 7ea568b

@adamnovak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch json-input-help-text. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 17573 seconds

Please sign in to comment.