Skip to content

Commit 68ae84f

Browse files
committed
fix: 🐛 Remove backticks from argument descriptions
1 parent 2478990 commit 68ae84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/sqlc-restruct/separate_interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var SeparateInterfaceCommand = &cli.Command{
4242
},
4343
&cli.StringFlag{
4444
Name: "querier-file-name",
45-
Usage: "The file name for the sqlc-generated `Querier` file.",
45+
Usage: "The file name for the sqlc-generated Querier file.",
4646
Value: "querier.go",
4747
},
4848
},

0 commit comments

Comments
 (0)