Browse Source

add docs on what the options mean..

main
John-Mark Gurney 5 years ago
parent
commit
dd61b83ebc
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      addinfo.sh

+ 6
- 0
addinfo.sh View File

@@ -33,6 +33,12 @@ usage() {
echo "Usage: $0 [ -m ] <file>"
echo "Usage: $0 -c <date>"
echo ''
echo 'Options:'
echo ' -m Do not check what files are available. This is useful for'
echo ' bulk import.'
echo ' -c Complete a bulk import (previously using -m), and assume that'
echo ' any snapshots before specified data are unfetchable.'
echo ''
echo 'date is specified as YYYYMMDD'

if [ x"$1" != x"" ]; then


Loading…
Cancel
Save