diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-04 03:41:27 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-04 03:41:27 -0400 |
commit | d0989f36d0ec5e0d3a31af6075186f182bf29e7b (patch) | |
tree | 9a7ed8fa3bd4735447f314510ee77ea92857636a /src | |
parent | 6d935b88d80181707d6d3821814af5a6c99ffea8 (diff) |
libredbdiff: reword a paragraph of the usage() text
Diffstat (limited to 'src')
-rwxr-xr-x | src/abslibre-tools/libredbdiff | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/abslibre-tools/libredbdiff b/src/abslibre-tools/libredbdiff index 5ec3547..1903c8c 100755 --- a/src/abslibre-tools/libredbdiff +++ b/src/abslibre-tools/libredbdiff @@ -141,10 +141,11 @@ usage() { repository name can be specified as argument to compare only packages in that repository." echo - prose "The default mode of operation is to download/update all necessary - files for comparison, but not compare them. Specify the \`-n\` - flag to not download anything, but to compare already downloaded - files." + prose "The default mode of operation requires root, and downloads or + updates all necessary files for comparison, but does not compare + them. After that mode has been run, run the tool again without + root with the the \`-n\` flag to not download anything, but to + compare the already downloaded files." echo prose "In the compare mode (if the \`-n\` flag is given), by default it will iterate over each of the configured repositories, prefixing |