We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65aa656 commit eddc2c9Copy full SHA for eddc2c9
cmd/s2k/main.go
@@ -75,7 +75,7 @@ func main() {
75
76
app := &cli.App{
77
Name: "s2k",
78
- 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",
79
Version: misc.GetVersion() + " (" + runtime.Version() + ") : " + misc.GetGitHash(),
80
HideHelpCommand: true,
81
Before: beforeAppRun,
0 commit comments