Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
356b3149
Commit
356b3149
authored
Sep 17, 2013
by
Patrick Wood
Committed by
Henrik Nordstrom
Sep 19, 2013
Browse files
nand-part: updated usage message
Signed-off-by:
Patrick Wood
<
patrickhwood@gmail.com
>
parent
c84cc29a
Changes
1
Hide whitespace changes
Inline
Side-by-side
nand-part-main.c
View file @
356b3149
...
...
@@ -27,8 +27,9 @@
void
usage
(
const
char
*
cmd
)
{
printf
(
"usage: %s nand-device 'name2 len2 [usertype2]' ['name3 len3 [usertype3]'] ...
\n
"
,
cmd
);
printf
(
"or %s nand-device [-f] start1 'name1 len1 [usertype1]' ['name2 len2 [usertype2]'] ...
\n
"
,
cmd
);
printf
(
"usage: %s [-f a10|a20] nand-device
\n
"
,
cmd
);
printf
(
" %s nand-device 'name2 len2 [usertype2]' ['name3 len3 [usertype3]'] ...
\n
"
,
cmd
);
printf
(
" %s nand-device [-f a10|a20] start1 'name1 len1 [usertype1]' ['name2 len2 [usertype2]'] ...
\n
"
,
cmd
);
}
typedef
struct
tag_CRC32_DATA
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment