Skip to content

Commit 020661a

Browse files
committed
Indicate default value
1 parent 1e560ce commit 020661a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lib/imap/backup/cli/single.rb

+5-2
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,12 @@ class CLI::Single < Thor
104104
"path",
105105
type: "string",
106106
desc: "the path of the directory where backups are to be saved. " \
107-
"If the directory does not exists, it will be created. " \
107+
"If the directory does not exist, it will be created. " \
108108
"If not set, this is set to a diretory under the current path " \
109-
"which is derived from the username, by replacing '@' with '_'.",
109+
"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 '_'.",
110113
aliases: ["-P"]
111114
)
112115
method_option(

0 commit comments

Comments
 (0)