summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2008-01-18 16:29:06 -0800
committerGeoff Levand <geoffrey.levand@am.sony.com>2008-01-18 16:29:06 -0800
commitdd0f90e216137db47f5d372deaa5b917a032f189 (patch)
treed202d6ce897839f144d4afc0ae7623c4bb125eec
parent447a147246b5bbc703f329d6570f9f1889959066 (diff)
downloadps3-utils-dd0f90e216137db47f5d372deaa5b917a032f189.tar.gz
ps3-flash-util.c: Update help text.
-rw-r--r--ps3-flash-util.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/ps3-flash-util.c b/ps3-flash-util.c
index 0ca2e24..059fd28 100644
--- a/ps3-flash-util.c
+++ b/ps3-flash-util.c
@@ -87,9 +87,9 @@ static void print_usage(void)
" [-P, --db-print owner key]\n"
" [-D, --db-write-dword owner key dword]\n"
" [-W, --db-write-word owner key word]\n"
-" [-H, --db-write-half owner key half] [-R, --db-remove owner key]\n"
-" [-L, --db-list-known] [-h, --help] [-v, --verbose]\n"
-" [--version]\n"
+" [-H, --db-write-half owner key half]\n"
+" [-R, --db-remove owner key] [-L, --db-list-known]\n"
+" [-h, --help] [-v, --verbose] [--version]\n"
"\n"
"OPTIONS\n"
" -d, --device flash-dev\n"
@@ -124,17 +124,17 @@ static void print_usage(void)
" Print owner:key database entries. A negative one (-1) value for\n"
" owner or key can be used as a wildcard to match any owner or key.\n"
"\n"
-" -D, --db-dword owner key dword\n"
+" -D, --db-write-dword owner key dword\n"
" Add or update a 64 bit owner:key database entry. The dword argu-\n"
" ment supports input matching the scanf \"%%Li\" format specifica-\n"
" tion.\n"
"\n"
-" -W, --db-word owner key word\n"
+" -W, --db-write-word owner key word\n"
" Add or update a 32 bit owner:key database entry. The word argu-\n"
" ment supports input matching the scanf \"%%Li\" format specifica-\n"
" tion.\n"
"\n"
-" -H, --db-half owner key half\n"
+" -H, --db-write-half owner key half\n"
" Add or update a 16 bit owner:key database entry. The half argu-\n"
" ment supports input matching the scanf \"%%Li\" format specifica-\n"
" tion.\n"
@@ -154,7 +154,7 @@ static void print_usage(void)
" Program verbosity level. The level is additive.\n"
"\n"
" --version\n"
-" Display the program version number.\n"
+" Display the program version number.\n\n"
);
printf(PS3_UTILS_BUGREPORT);
}