diff --git a/cmd/mdrop-client/main.go b/cmd/mdrop-client/main.go index c22354a..1f9de71 100644 --- a/cmd/mdrop-client/main.go +++ b/cmd/mdrop-client/main.go @@ -8,13 +8,13 @@ import ( const subCmdHelpMeesage string = ` Subcommand: - auth [--url=uri] [--token=random_string] + auth subcommand Authenticate client to broker server - get + get [options] subcommand Create instance for retriving file from sender - send + send [options] subcommand Send file to reciever instance`