]> sourceware.org Git - lvm2.git/commit
cleanup: correct invalid function
authorlong.yunjian@zte.com.cn <long.yunjian@zte.com.cn>
Wed, 16 Oct 2024 02:16:27 +0000 (10:16 +0800)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 24 Oct 2024 19:38:06 +0000 (21:38 +0200)
commit639fb633d38459b4ef5b92bf60b578e0aa34f01c
tree36648716d4621232251c70e106b2ec5f17a99ad8
parent9295de7cea92248bc0c10e45e4692d53ae2f4b09
cleanup: correct invalid function

Use proper function names in annotation

There are no fuction named print_common_options_cmd()
and print_common_options_lvm(). So, rename them to the
real function named print_usage_common_cmd() and
print_usage_common_lvm().

Signed-off-by: YunJian Long
tools/command.c
This page took 0.033718 seconds and 5 git commands to generate.