HomePhorge

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, 9:57 AM
themackabuPushed on Mar 25 2025, 8:07 PM
Parents
rP4c4a5a7656e1: Fix the wrapping/padding behavior of Remarkup code block headers more…
Branches
Unknown
Tags
Unknown

Event Timeline