diff --git a/man/subscription-manager.8 b/man/subscription-manager.8 index 427d005e8f..8f3b41dc11 100644 --- a/man/subscription-manager.8 +++ b/man/subscription-manager.8 @@ -357,7 +357,7 @@ Shows whether auto-attach is enabled on the systems. .SS REMOVE OPTIONS The .B remove -command removes a subscription from the system. (This does not uninstall the associated products.) +Deprecated, this command will be removed from the future major releases. This command is no-op, when simple content access mode is used. This command tries to remove a subscription from the system. (This does not uninstall the associated products.) .TP .B --serial=SERIALNUMBER diff --git a/src/subscription_manager/cli_command/remove.py b/src/subscription_manager/cli_command/remove.py index 3e58b1dd48..325c24bdf5 100644 --- a/src/subscription_manager/cli_command/remove.py +++ b/src/subscription_manager/cli_command/remove.py @@ -55,7 +55,9 @@ def __init__(self): ) def _short_description(self): - return _("Remove all or specific subscriptions from this system") + return _("Deprecated, this command will be removed from the future major releases." + " This command is no-op in simple content access mode." + " It tries to remove all or specific subscriptions from this system") def _command_name(self): return "remove"