From 7321e9bbd98f7ebf902b6f145712647df428860c Mon Sep 17 00:00:00 2001 From: Renan Rodrigo Date: Wed, 31 Jul 2024 17:55:25 -0300 Subject: [PATCH] chore: change unicode dash in the help text for 'help' This will be changed anyway during the UX refactor; changing so tests pass Signed-off-by: Renan Rodrigo --- features/cli/help.feature | 2 +- uaclient/messages/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/cli/help.feature b/features/cli/help.feature index 92d9c234f9..c180687996 100644 --- a/features/cli/help.feature +++ b/features/cli/help.feature @@ -308,7 +308,7 @@ Feature: Pro Client help text entitles use of this service. Possible values are: yes or no. * STATUS: Whether the service is enabled on this machine. Possible values are: enabled, disabled, n/a (if your contract entitles - you to the service, but it isn't available for this machine) or — (if + you to the service, but it isn't available for this machine) or - (if you aren't entitled to this service). * DESCRIPTION: A brief description of the service. diff --git a/uaclient/messages/__init__.py b/uaclient/messages/__init__.py index e163e010df..3f3296bd35 100644 --- a/uaclient/messages/__init__.py +++ b/uaclient/messages/__init__.py @@ -1147,7 +1147,7 @@ class TxtColor: entitles use of this service. Possible values are: yes or no. * STATUS: Whether the service is enabled on this machine. Possible values are: enabled, disabled, n/a (if your contract entitles - you to the service, but it isn't available for this machine) or — (if + you to the service, but it isn't available for this machine) or - (if you aren't entitled to this service). * DESCRIPTION: A brief description of the service.