Skip to content

Commit f0a47f9

Browse files
committed
final formatting
1 parent f1f7438 commit f0a47f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/post/windows/gather/outlook.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ def initialize(info={})
3434

3535
register_options(
3636
[
37-
OptString.new('FOLDER', [ false, ' The e-mailfolder to read (e.g. Inbox)' ]),
38-
OptString.new('KEYWORD', [ false, ' Search e-mails by the keyword specified here' ]),
39-
OptString.new('A_TRANSLATION', [ false, ' Fill in the translation of the word "Allow" in the targets system language, to click on the security popup.' ]),
40-
OptString.new('ACF_TRANSLATION', [ false, ' Fill in the translation of the phrase "Allow access for" in the targets system language, to click on the security popup.' ]),
37+
OptString.new('FOLDER', [ false, 'The e-mailfolder to read (e.g. Inbox)' ]),
38+
OptString.new('KEYWORD', [ false, 'Search e-mails by the keyword specified here' ]),
39+
OptString.new('A_TRANSLATION', [ false, 'Fill in the translation of the word "Allow" in the targets system language, to click on the security popup.' ]),
40+
OptString.new('ACF_TRANSLATION', [ false, 'Fill in the translation of the phrase "Allow access for" in the targets system language, to click on the security popup.' ]),
4141
], self.class)
4242
end
4343

0 commit comments

Comments
 (0)