diff options
author | Tim Smith <tsmith@chef.io> | 2019-05-02 22:43:14 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-05-02 22:43:14 -0700 |
commit | e914d191b7c979149fd3aa59fe621e79db435da3 (patch) | |
tree | c18d3c3a82fbf1d893bfd060d936e192f178d700 /lib/chef/knife/xargs.rb | |
parent | a6bcf09092f9ad10f6f474f9c2892108f61ea5eb (diff) | |
download | chef-e914d191b7c979149fd3aa59fe621e79db435da3.tar.gz |
More periods and product constantsbranding
A few formatting fixes as well
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/knife/xargs.rb')
-rw-r--r-- | lib/chef/knife/xargs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/xargs.rb b/lib/chef/knife/xargs.rb index ae5851f465..603279bcdd 100644 --- a/lib/chef/knife/xargs.rb +++ b/lib/chef/knife/xargs.rb @@ -32,7 +32,7 @@ class Chef option :local, long: "--local", boolean: true, - description: "Xargs local files instead of remote" + description: "Xargs local files instead of remote." option :patterns, long: "--pattern [PATTERN]", |