#3543 IPA command help does not print multiline help
Closed: Fixed None Opened 11 years ago by mkosek.

ipa help trust-add no longer prints multiline command help, like the one in trust-add:

# rpm -q freeipa-server
freeipa-server-3.1.99GITff01a08-0.fc18.x86_64

# ipa help trust-add
Usage: ipa [global-options] trust-add REALM [options]

Add new trust to use.

Positional arguments:
  REALM             Realm name
...

Previously, trust-add help showed entire help:

# rpm -q ipa-server
ipa-server-3.0.0-26.el6_4.2.x86_64

# ipa help trust-add
Purpose: Add new trust to use.

This command establishes trust relationship to another domain
which becomes 'trusted'. As result, users of the trusted domain
may access resources of this domain.

Only trusts to Active Directory domains are supported right now.

The command can be safely run multiple times against the same domain,
this will cause change to trust relationship credentials on both
sides.
Usage: ipa [global-options] trust-add REALM [options]

Positional arguments:
  REALM             Realm name

This looks as a regression caused by #3060.


This is a regression, autotriaging to current milestone.

No need for Bugzilla for development regressions.

Metadata Update from @mkosek:
- Issue assigned to pviktori
- Issue set to the milestone: FreeIPA 3.2 - 2013/04 (Beta)

7 years ago

Login to comment on this ticket.

Metadata