diff options
author | David Leitner <david@leitner.io> | 2018-01-23 04:24:18 +0100 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2018-01-22 19:24:18 -0800 |
commit | 3f654922def6af96a07ce8d159567c61e1907e42 (patch) | |
tree | cd5779c427102338c22428d957ae74bdeae2c8af /plugins/extract/extract.plugin.zsh | |
parent | 8f5e5233fb781c1442960f4ed50fea1a78cde147 (diff) | |
download | zsh-3f654922def6af96a07ce8d159567c61e1907e42.tar.gz zsh-3f654922def6af96a07ce8d159567c61e1907e42.tar.bz2 zsh-3f654922def6af96a07ce8d159567c61e1907e42.zip |
Update extract.plugin.zsh (#6516)
Diffstat (limited to 'plugins/extract/extract.plugin.zsh')
-rw-r--r-- | plugins/extract/extract.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/extract/extract.plugin.zsh b/plugins/extract/extract.plugin.zsh index c524bf8f5..34f8d8710 100644 --- a/plugins/extract/extract.plugin.zsh +++ b/plugins/extract/extract.plugin.zsh @@ -10,7 +10,7 @@ extract() { Usage: extract [-option] [file ...] Options: - -r, --remove Remove archive. + -r, --remove Remove archive after unpacking. EOF fi |