Fix help for account search
authorMikael Berthe <mikael@lilotux.net>
Tue, 20 Mar 2018 16:10:05 +0100
changeset 196 05861d22b71e
parent 195 1c655ba64ecf
child 197 0b0fd2f02296
Fix help for account search
cmd/accounts.go
--- a/cmd/accounts.go	Tue Mar 20 15:50:32 2018 +0100
+++ b/cmd/accounts.go	Tue Mar 20 16:10:05 2018 +0100
@@ -164,8 +164,9 @@
 	Use:   "search TEXT",
 	Short: "Search for user accounts",
 	Long: `Search for user accounts.
-er will lookup an account remotely if the search term is in the
-@domain format and not yet in the database.`,
+
+This command will lookup an account remotely if the search term is in the
+@domain format and not yet known to the server.`,
 	RunE: func(cmd *cobra.Command, args []string) error {
 		return accountSubcommandsRunE(cmd.Name(), args)
 	},