Skip to content

Commit

Permalink
fix: /chip command description
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Jun 16, 2024
1 parent 5fb46b7 commit fff2f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/routes/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func (r *Router) commands() map[string]string {
return map[string]string{
"/send": "Send SMS to a phone number",
"/modems": "List all available modems",
"/chip": "List all installed eSIM profiles",
"/chip": "Get eUICC chip information",
"/download": "Download eSIM profile",
"/profiles": "Manage eSIM profiles",
}
Expand Down

0 comments on commit fff2f22

Please sign in to comment.