mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-16 01:36:55 +00:00
btrfs-progs: cmd property: use correct usage strings
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
0e1acda2b2
commit
f7c9278008
@ -402,7 +402,7 @@ static int cmd_property_get(int argc, char **argv)
|
||||
NULL);
|
||||
if (!object) {
|
||||
error("invalid arguments");
|
||||
usage(cmd_property_set_usage);
|
||||
usage(cmd_property_get_usage);
|
||||
}
|
||||
|
||||
if (name)
|
||||
@ -449,7 +449,7 @@ static int cmd_property_list(int argc, char **argv)
|
||||
&types, &object, NULL, NULL);
|
||||
if (!object) {
|
||||
error("invalid arguments");
|
||||
usage(cmd_property_set_usage);
|
||||
usage(cmd_property_list_usage);
|
||||
}
|
||||
|
||||
ret = dump_props(types, object, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user