sanlock/Add-sanlk-reset-command-t-options.patch
cherry530 71b6a63cf9 Add sanlk-reset command -t options
Signed-off-by: cherry530 <xuping33@huawei.com>
2023-03-08 14:57:02 +08:00

14 lines
387 B
Diff

diff --git a/reset/sanlk_reset.c b/reset/sanlk_reset.c
index 9e952ab..3453449 100644
--- a/reset/sanlk_reset.c
+++ b/reset/sanlk_reset.c
@@ -717,7 +717,7 @@ int main(int argc, char *argv[])
int c;
int option_index = 0;
- c = getopt_long(argc, argv, "hVi:g:w:b:R:D",
+ c = getopt_long(argc, argv, "hVi:g:w:b:R:t:D",
long_options, &option_index);
if (c == -1)
break;