mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-16 16:58:38 +01:00
Minor, address @btrahan feedback.
This commit is contained in:
parent
d516f39bf3
commit
cdcb5cc25d
1 changed files with 1 additions and 1 deletions
|
@ -1470,7 +1470,7 @@ EOTEXT
|
|||
throw new ArcanistUsageException(
|
||||
"When using '--raw' to update a revision, specify an update message ".
|
||||
"with '--message'. (Normally, we'd launch an editor to ask you for a ".
|
||||
"message, but can not do that because stdin is a diff source.)");
|
||||
"message, but can not do that because stdin is the diff source.)");
|
||||
}
|
||||
|
||||
// When updating a revision using git without specifying '--message', try
|
||||
|
|
Loading…
Add table
Reference in a new issue