summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Drake Allegrini2010-06-17 20:09:06 -0400
committerGravatar Drake Allegrini2010-06-17 20:09:06 -0400
commit78c1777f57179b6b62c935e66fefa32b24a2b771 (patch)
treee1542fff820094edd8c87d651aa919829c0216c1
parent57e442dd9791f70bc9f6381d73e3e802c3abb166 (diff)
downloadlibirecovery-78c1777f57179b6b62c935e66fefa32b24a2b771.tar.gz
libirecovery-78c1777f57179b6b62c935e66fefa32b24a2b771.tar.bz2
Cleaner usage info.
-rw-r--r--src/irecovery.c2
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);
}