diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-08-10 14:22:58 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-08-10 14:23:21 +0200 |
commit | 59bcfada7cacf4b0cd92029023a4aaf2cf105340 (patch) | |
tree | da76551c9905b7d729637a136019c465aa6247c8 /_xtools | |
parent | 386a4038dd9d2b1e6d76e897dd36d17f9121a025 (diff) | |
download | xtools-59bcfada7cacf4b0cd92029023a4aaf2cf105340.tar.gz xtools-59bcfada7cacf4b0cd92029023a4aaf2cf105340.tar.xz xtools-59bcfada7cacf4b0cd92029023a4aaf2cf105340.zip |
xlocate: drop obsolete flag -u v0.47
Closes #65.
Diffstat (limited to '_xtools')
-rw-r--r-- | _xtools | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_xtools b/_xtools index e0063d2..ce3ba4b 100644 --- a/_xtools +++ b/_xtools @@ -65,7 +65,7 @@ _xilog() { _xlocate() { _arguments : \ - '-u[update xlocate.db]' \ + '-S[sync with official xlocate.git]' \ '-g[update xlocate.git]' \ '1::pattern: ' } |