Help command

Use the tdpsqlc help command to display the syntax of all or selected Data Protection for SQL Server commands using a textual notation.

The help command uses the following notation:
[a]
a is optional; a may occur zero or one time
{a | b}
select either a or b, but not both
{a } +
a must occur at least one time
{a } *
a may occur zero or more times
(a)
comments that are not part of the command
UPPERCASE
minimum abbreviation (which you can also enter in lowercase)
Tip: When using languages other than English, you might need to set the width of your screen display to a value greater than 80 characters in order to view the entire help description in one screen. For example, set the screen width to 100 characters.