Use less strict wording that does not threaten the reader with
circumstances.
Signed-off-by: Ján Tomko <jtomko(a)redhat.com>
---
tools/virsh-completer.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/virsh-completer.c b/tools/virsh-completer.c
index 760ed2088f..464a2751fa 100644
--- a/tools/virsh-completer.c
+++ b/tools/virsh-completer.c
@@ -63,9 +63,9 @@
* @flags to return names of only domains in a particular state
* that the command accepts.
*
- * Under no circumstances should a completer output anything.
- * Neither to stdout nor to stderr. This would harm the user
- * experience.
+ * A completer may not harm the user experience by outputting
+ * anything or, through inaction, allow the user experience
+ * to be harmed by output.
*/
--
2.20.1