Skip to content

Commit 801a086

Browse files
committed
Linux image restore fixes
1 parent f9ba107 commit 801a086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

urbackupclient/cmdline_preprocessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ int restoreclient_main(int argc, char* argv[])
500500
TCLAP::SwitchArg image_download_arg("s", "image-download",
501501
"Start a image download");
502502

503-
TCLAP::SwitchArg mbr_download_arg("m", "mbr-download",
503+
TCLAP::SwitchArg mbr_download_arg("b", "mbr-download",
504504
"Start a image download");
505505

506506
TCLAP::ValueArg<std::string> download_token_arg("k", "download-token",

0 commit comments

Comments
 (0)