Skip to content
Snippets Groups Projects
Commit 29ea8a54 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Fix typo

parent cf584faf
No related branches found
No related tags found
No related merge requests found
...@@ -574,7 +574,7 @@ func init() { ...@@ -574,7 +574,7 @@ func init() {
rootCmd.Flags().StringP("writeContact", "w", rootCmd.Flags().StringP("writeContact", "w",
"", "Write the contact file for this user to this file") "", "Write the contact file for this user to this file")
viper.BindPFlag("session", rootCmd.Flags().Lookup("session")) viper.BindPFlag("writeContact", rootCmd.Flags().Lookup("writeContact"))
rootCmd.Flags().StringP("password", "p", "", rootCmd.Flags().StringP("password", "p", "",
"Password to the session file") "Password to the session file")
...@@ -606,7 +606,7 @@ func init() { ...@@ -606,7 +606,7 @@ func init() {
rootCmd.Flags().StringP("destfile", "", rootCmd.Flags().StringP("destfile", "",
"", "Read this contact file for the destination id") "", "Read this contact file for the destination id")
viper.BindPFlag("session", rootCmd.Flags().Lookup("session")) viper.BindPFlag("destfile", rootCmd.Flags().Lookup("destfile"))
rootCmd.Flags().UintP("sendCount", rootCmd.Flags().UintP("sendCount",
"", 1, "The number of times to send the message") "", 1, "The number of times to send the message")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment