cmd/accounts.go
changeset 196 05861d22b71e
parent 185 564d92b54b00
child 205 60f4c2acedfd
--- 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)
 	},