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() { printf("\t-h\t\tShow this help.\n"); printf("\t-r\t\tReset client.\n"); printf("\t-s\t\tStart interactive shell.\n"); - printf("\t-e <script>\tExecutes recovery shell script."); + printf("\t-e <script>\tExecutes recovery shell script.\n"); exit(1); } |