Skip to content

Commit

Permalink
fix a typo in the utility name
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Oct 1, 2024
1 parent cd14a01 commit f515039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.v
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ fn create_json(subdir string, test_name string) {

fn main() {
mut fp := flag.new_flag_parser(os.args)
fp.application('c2v')
fp.application('go2v')
fp.version('0.0.1')
fp.description('go2v is an utility to automatically transpile Go source code into V source code')
fp.arguments_description('GO_FILE/TEST_FOLDER_WITH_GO_AND_VV_PAIRS')
Expand Down

0 comments on commit f515039

Please sign in to comment.