Skip to content

Commit

Permalink
Correcting usage information.
Browse files Browse the repository at this point in the history
  • Loading branch information
rupor-github committed Feb 6, 2025
1 parent 65aa656 commit eddc2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/s2k/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func main() {

app := &cli.App{
Name: "s2k",
Usage: "synchronizing local books with supported kindle device over MTP protocol or USBMS mount",
Usage: "synchronizing local books with supported kindle device over MTP protocol, USBMS mount or using e-mail",
Version: misc.GetVersion() + " (" + runtime.Version() + ") : " + misc.GetGitHash(),
HideHelpCommand: true,
Before: beforeAppRun,
Expand Down

0 comments on commit eddc2c9

Please sign in to comment.