diff options
author | Zygmunt Krynicki <zygmunt.krynicki@canonical.com> | 2015-05-21 00:04:10 +0200 |
---|---|---|
committer | Zygmunt Krynicki <zygmunt.krynicki@canonical.com> | 2015-05-21 00:04:10 +0200 |
commit | 26f9e4f796b1ce1c83b5e4e290af45aee644014e (patch) | |
tree | 14f8526986e2d6029c84b61a604729e219d06e25 | |
parent | adfbccce496b1f9492c538cfca7dd453ab3781a8 (diff) |
providers:checkbox: reword RecoveryInfo
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
-rwxr-xr-x | bin/recovery_info | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/recovery_info b/bin/recovery_info index 1b864a4..535c22b 100755 --- a/bin/recovery_info +++ b/bin/recovery_info @@ -223,9 +223,11 @@ class RecoveryCheckType(Command): class RecoveryInfo(Command): """ - RecoveryInfo command. + Inspect the recovery partition. - If system is not a preinstalled OS, the command return 1. + This command can be used to inspect the recovery partition. It has several + sub-commands that do various tasks. If the system has no recovery + partition, the command exits with the error code 1. """ sub_commands = ( |