Skip to content

Commit

Permalink
refactor(client): change help usage of app
Browse files Browse the repository at this point in the history
  • Loading branch information
ikr4-m committed Aug 7, 2024
1 parent b932629 commit a816ec6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/mdrop-client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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] <token>
subcommand
Create instance for retriving file from sender
send
send [options] <file>
subcommand
Send file to reciever instance`

Expand Down

0 comments on commit a816ec6

Please sign in to comment.