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 8f7d0ea commit bddf5edCopy full SHA for bddf5ed
modules/post/multi/manage/zip.rb
@@ -13,7 +13,7 @@ def initialize(info={})
13
super(update_info(info,
14
'Name' => 'Multi Manage File Compressor',
15
'Description' => %q{
16
- This module zips a directory or a directory. On Linux, it uses the zip command.
+ This module zips a file or a directory. On Linux, it uses the zip command.
17
On Windows, it will try to use remote target's 7Zip if found. If not, it falls
18
back to its own VBScript.
19
},
0 commit comments