We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e560ce commit 020661aCopy full SHA for 020661a
lib/imap/backup/cli/single.rb
@@ -104,9 +104,12 @@ class CLI::Single < Thor
104
"path",
105
type: "string",
106
desc: "the path of the directory where backups are to be saved. " \
107
- "If the directory does not exists, it will be created. " \
+ "If the directory does not exist, it will be created. " \
108
"If not set, this is set to a diretory under the current path " \
109
- "which is derived from the username, by replacing '@' with '_'.",
+ "which is derived from the username, by replacing '@' with '_'." \
110
+ "If this path parameter is not indicated, " \
111
+ "the default is the current directory plus the email " \
112
+ "with '@' replaced by '_'.",
113
aliases: ["-P"]
114
)
115
method_option(
0 commit comments