Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[cli] Add domain command to usage. JB#47762
  • Loading branch information
abranson committed Nov 5, 2019
1 parent 01789d4 commit 1d0cefb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ssucli/ssucli.cpp
Expand Up @@ -780,6 +780,11 @@ void SsuCli::usage(const QString &message)
<< "\t [-r] \toperate on repository only variables" << endl
<< "\t <variable> \tdisplay value of <variable>" << endl
<< "\t <variable> <value> \tset value of <variable> to <value>" << endl
<< "\tdomain do \tdisplay current device domain" << endl
<< "\t [newdomain] \tset new domain" << endl
<< "\t [-c] \tshow domain configuration" << endl
<< "\t -c <variable> \tshow single domain variable" << endl
<< "\t -c <variable> <val>\tset single domain variable" << endl
<< endl
<< "Device management:" << endl
<< "\tstatus, s \tprint registration status and device information" << endl
Expand Down

0 comments on commit 1d0cefb

Please sign in to comment.