Homestyx hydra
Diffusion hydra d398bcd67c76

Fix argument ordering in error message

Description

Fix argument ordering in error message

Summary:
Before:

$ ./config set phabricator.base-uri local.phacility.com:8080
Usage Exception: Config option 'http://' is invalid. The URI must start with https://' or 'phabricator.base-uri'.

After:

$ ./config set phabricator.base-uri local.phacility.com:8080
Usage Exception: Config option 'phabricator.base-uri' is invalid. The URI must start with http://' or 'https://'.

Test Plan: See above

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D19330

Details

Provenance
Austin McKinleyAuthored on Apr 10 2018, 12:57 PM
sirocylPushed on Oct 16 2024, 5:49 AM
Parents
R1:4c4a5a7656e1: Fix the wrapping/padding behavior of Remarkup code block headers more…
Branches
Unknown
Tags
Unknown

Event Timeline