Skip to content

Commit 1d09af8

Browse files
committed
replace irishome with irisclihome
1 parent 283ef10 commit 1d09af8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/gov/cli/query.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,6 @@ func GetCmdPullGovConfig(storeName string, cdc *codec.Codec) *cobra.Command {
410410
}
411411
},
412412
}
413-
cmd.Flags().String(flagPath, app.DefaultNodeHome, "directory of iris home")
413+
cmd.Flags().String(flagPath, app.DefaultCLIHome, "the directory of the param.json")
414414
return cmd
415415
}

client/gov/cli/sendtx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func GetCmdSubmitProposal(cdc *codec.Codec) *cobra.Command {
8080
cmd.Flags().String(flagParam, "", "parameter of proposal,eg. [{key:key,value:value,op:update}]")
8181
cmd.Flags().String(flagKey, "", "the key of parameter")
8282
cmd.Flags().String(flagOp, "", "the operation of parameter")
83-
cmd.Flags().String(flagPath, app.DefaultNodeHome, "the path of param.json")
83+
cmd.Flags().String(flagPath, app.DefaultCLIHome, "the directory of the param.json")
8484
//////////////////// iris end /////////////////////////////
8585
return cmd
8686
}

0 commit comments

Comments
 (0)