Skip to content
Snippets Groups Projects
Commit b3c16148 authored by Rick Carback's avatar Rick Carback
Browse files

SearchForUser w/ shorthand -s command

parent 04564ca4
Branches
Tags
No related merge requests found
...@@ -571,7 +571,7 @@ func init() { ...@@ -571,7 +571,7 @@ func init() {
"w", 1, "Denotes the number of messages the "+ "w", 1, "Denotes the number of messages the "+
"client should receive before closing") "client should receive before closing")
rootCmd.Flags().StringVar(&searchForUser, "SearchForUser", "", rootCmd.Flags().StringVar(&searchForUser, "SearchForUser", "s",
"Sets the email to search for to find a user with user discovery") "Sets the email to search for to find a user with user discovery")
rootCmd.Flags().UintVarP(&messageTimeout, "messageTimeout", rootCmd.Flags().UintVarP(&messageTimeout, "messageTimeout",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment