Message ID | 20200401225526.1105288-2-amitay@ozlabs.org |
---|---|
State | Accepted |
Headers | show |
Series | Add api for attribute get/set | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | warning | Failed to apply on branch master (8b4611b5d8e7e2279fe4aa80c892fcfe10aa398d) |
snowpatch_ozlabs/apply_patch | fail | Failed to apply to any branch |
diff --git a/src/tests/libpdbg_prop_test.c b/src/tests/libpdbg_prop_test.c index c916dcc..f4ec16a 100644 --- a/src/tests/libpdbg_prop_test.c +++ b/src/tests/libpdbg_prop_test.c @@ -24,8 +24,8 @@ static void usage(void) { - fprintf(stderr, "Usage: libpdbg_fdt_test <path> read <prop> char|int\n"); - fprintf(stderr, " libpdbg_fdt_test <path> write <prop> char|int <value>\n"); + fprintf(stderr, "Usage: libpdbg_prop_test <path> read <prop> char|int\n"); + fprintf(stderr, " libpdbg_prop_test <path> write <prop> char|int <value>\n"); exit(1); }
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- src/tests/libpdbg_prop_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)