From b3c16148362d5f57449787b5a9c9b7695367401c Mon Sep 17 00:00:00 2001 From: Rick Carback <rick@privategrity.com> Date: Wed, 21 Aug 2019 19:50:23 +0000 Subject: [PATCH] SearchForUser w/ shorthand -s command --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index d167bd1c5..e323a0547 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -571,7 +571,7 @@ func init() { "w", 1, "Denotes the number of messages the "+ "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") rootCmd.Flags().UintVarP(&messageTimeout, "messageTimeout", -- GitLab