diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2015-01-08 11:48:46 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2015-01-08 11:48:46 +0100 |
commit | 5637c9384193ab58dd976ac8f388a3547d24489e (patch) | |
tree | 1558965bd64fa14ecca2c4639c6a8d52030477d3 /README | |
parent | c820f72b1af215bdb4dd73377ac734722e8ad124 (diff) | |
download | xtools-5637c9384193ab58dd976ac8f388a3547d24489e.tar.gz xtools-5637c9384193ab58dd976ac8f388a3547d24489e.tar.xz xtools-5637c9384193ab58dd976ac8f388a3547d24489e.zip |
xlocate: use -u to create/update database.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README index bca493e..7c2adc3 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ https://github.com/voidlinux/xbps xgrep PATTERN PKGS... - search files limited to XBPS package contents xlg PKG - open short commit log for XBPS template xlint TEMPLATE - scan XBPS template for common mistakes - xlocate PATTERN - locate files in all XBPS packages + xlocate [-u | PATTERN] - locate files in all XBPS packages xlog PKG - open commit log for XBPS template xls PKGS... - list files contained in PKGS (including binpkgs) xmindep PKGS... - minimize list of PKGS by removing implicit dependencies |