diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/irecovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irecovery.c b/src/irecovery.c index c282cda..0e981cd 100644 --- a/src/irecovery.c +++ b/src/irecovery.c | |||
| @@ -221,7 +221,7 @@ void print_usage() { | |||
| 221 | printf("\t-h\t\tShow this help.\n"); | 221 | printf("\t-h\t\tShow this help.\n"); |
| 222 | printf("\t-r\t\tReset client.\n"); | 222 | printf("\t-r\t\tReset client.\n"); |
| 223 | printf("\t-s\t\tStart interactive shell.\n"); | 223 | printf("\t-s\t\tStart interactive shell.\n"); |
| 224 | printf("\t-e <script>\tExecutes recovery shell script."); | 224 | printf("\t-e <script>\tExecutes recovery shell script.\n"); |
| 225 | exit(1); | 225 | exit(1); |
| 226 | } | 226 | } |
| 227 | 227 | ||
