diff options
author | Markus Armbruster <armbru@redhat.com> | 2024-02-27 12:39:15 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2024-03-04 07:12:40 +0100 |
commit | ceb7a680d6351717aa358cb5d533a9cfeb879db4 (patch) | |
tree | 60983ef6396834fa74bf7a1a4129b0d80848e141 | |
parent | e2c1dcbccc47622c4aa7b95328947070790a2e85 (diff) | |
download | qemu-ceb7a680d6351717aa358cb5d533a9cfeb879db4.zip qemu-ceb7a680d6351717aa358cb5d533a9cfeb879db4.tar.gz qemu-ceb7a680d6351717aa358cb5d533a9cfeb879db4.tar.bz2 |
qapi/yank: Tweak @yank's error description for consistency
Phrase it like "If <condition>, <error>", like we do elsewhere.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240227113921.236097-8-armbru@redhat.com>
-rw-r--r-- | qapi/yank.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/yank.json b/qapi/yank.json index fffb39a..89f2f4d 100644 --- a/qapi/yank.json +++ b/qapi/yank.json @@ -79,7 +79,7 @@ # @instances: the instances to be yanked # # Errors: -# - @DeviceNotFound error, if any of the YankInstances doesn't exist +# - If any of the YankInstances doesn't exist, DeviceNotFound # # Example: # |