Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #41 from thp/show-domain-in-status
[ssucli] Show Domain in "ssu status"
  • Loading branch information
thp committed Mar 10, 2015
2 parents a2dffee + 3caead9 commit 2419fed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssucli/ssucli.cpp
Expand Up @@ -543,6 +543,7 @@ void SsuCli::optStatus(QStringList opt){
qout << "Release (rnd): " << ssu.release(true) << " (" << ssu.flavour() << ")" << endl;
else
qout << "Release: " << ssu.release() << endl;
qout << "Domain: " << ssu.domain() << endl;
}

void SsuCli::optUpdateCredentials(QStringList opt){
Expand Down

0 comments on commit 2419fed

Please sign in to comment.