Skip to content

Commit

Permalink
update help (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
retokromer authored Oct 18, 2017
1 parent 8c8a668 commit f1e1f3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion searchlto
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash

# searchlto
# This script performs searches against the LTO schema information stored in the
# database.

SCRIPTDIR=$(dirname $(which "${0}"))

Expand All @@ -16,7 +18,7 @@ _usage(){
cat <<EOF
$(basename "${0}") ${VERSION}
Usage: $(basename "${0}") [Tape ID or Media ID] | -h
Usage: $(basename "${0}") [-c] [-f] [-m] {QUERY} | -h
-c compare input to database
-f show full results (as opposed to only .mov files)
-m search by checksums
Expand Down

0 comments on commit f1e1f3c

Please sign in to comment.