qlibrary fullscan

Updated

Description

This command performs a full scan of a given library.

In case of an error, an error code and description are displayed as: "fullscan: Error errorcode: errordescription"

Usage

qlibrary fullscan -l <library> [-tf <tokenfile>] [-tk <token>] [-h]
    

Options

-l

Library name

-tf

Reads token from a file

-tk

Token string

-h

Displays help

Diagnostics

Possible exit status values are:

0 - Successful completion.

1 - CLI usage failures, due to the use of an unsupported option or missing argument.

2 - Any other failure.

Example

Perform a full scan on a library named Library 1.

E:\commandline>qlibrary fullscan -l Library1
    

Was this page helpful?