diff options
Diffstat (limited to 'lib/chef/knife/diff.rb')
-rw-r--r-- | lib/chef/knife/diff.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/chef/knife/diff.rb b/lib/chef/knife/diff.rb index aac42ed5c5..bd75d31194 100644 --- a/lib/chef/knife/diff.rb +++ b/lib/chef/knife/diff.rb @@ -45,12 +45,11 @@ class Chef option :diff_filter, long: "--diff-filter=[(A|D|M|T)...[*]]", - description: "Select only files that are Added (A), Deleted (D), Modified (M), or have their type (i.e. regular file, directory) changed (T). Any combination of the filter characters (including none) can be used. When * (All-or-none) is added to the combination, all paths are selected if - there is any file that matches other criteria in the comparison; if there is no file that matches other criteria, nothing is selected." + description: "Select only files that are Added (A), Deleted (D), Modified (M), or have their type (i.e. regular file, directory) changed (T). Any combination of the filter characters (including none) can be used. When * (All-or-none) is added to the combination, all paths are selected if there is any file that matches other criteria in the comparison; if there is no file that matches other criteria, nothing is selected." option :cookbook_version, long: "--cookbook-version VERSION", - description: "Version of cookbook to download (if there are multiple versions and cookbook_versions is false)" + description: "Version of cookbook to download (if there are multiple versions and cookbook_versions is false)." def run if config[:name_only] |