You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AddOptions("ocr", '', "", "another flag for override cache replacement", true);
786
780
787
-
AddOptions("hsm", '', "", "flag for the sign command", true);
788
-
789
781
AddOptions("private_key", '', "<key_file>", "path to PEM formatted private key to be used by the sign command");
790
782
791
783
AddOptions("public_key", '', "<key_file>", "path to PEM formatted public key to be used by the sign command");
@@ -821,65 +813,61 @@ void Flint::initCmdParser()
821
813
AddOptions("linkx_auto_update", '', "", "Use this flag while burning all cable devices connected to host.", false,
822
814
false, 1);
823
815
824
-
AddOptions(
825
-
"activate",
826
-
'',
827
-
"",
828
-
"Use this flag to apply the activation of all cable devices connected to host. By default, the activation is not performed.",
829
-
false,
830
-
false,
831
-
1);
816
+
AddOptions("activate",
817
+
'',
818
+
"",
819
+
"Use this flag to apply the activation of all cable devices connected to host. By default, the "
820
+
"activation is not performed.",
821
+
false,
822
+
false,
823
+
1);
832
824
833
825
AddOptions(
834
826
"activate_delay_sec",
835
827
'',
836
828
"<timeout in seconds>",
837
-
"Use this flag to activate all cable devices connected to host with delay, acceptable values are between 0 and 255 (default - 1). Important: 'activate' flag must be set. This flag is relevant only for cable components.",
829
+
"Use this flag to activate all cable devices connected to host with delay, acceptable values are between 0 and "
830
+
"255 (default - 1). Important: 'activate' flag must be set. This flag is relevant only for cable components.",
838
831
false,
839
832
false,
840
833
1);
841
834
842
-
AddOptions(
843
-
"download_transfer",
844
-
'',
845
-
"",
846
-
"Use this flag to perform the download and transfer of all cable data for cables. By default, the download and transfer are not performed . This flag is relevant only for cable components.",
847
-
false,
848
-
false,
849
-
1);
850
-
851
-
AddOptions(
852
-
"downstream_device_ids",
853
-
'',
854
-
"<list of ports>",
855
-
"Use this flag to specify the LNKX ports to perform query. List must be only comma-separated numbers, without spaces.",
856
-
false,
857
-
false,
858
-
1);
835
+
AddOptions("download_transfer",
836
+
'',
837
+
"",
838
+
"Use this flag to perform the download and transfer of all cable data for cables. By default, the "
839
+
"download and transfer are not performed . This flag is relevant only for cable components.",
840
+
false,
841
+
false,
842
+
1);
859
843
860
-
#ifndef __WIN__
861
-
AddOptions("public_key_label", '', "<string>", "public key label to be used by the sign --hsm command");
844
+
AddOptions("downstream_device_ids",
845
+
'',
846
+
"<list of ports>",
847
+
"Use this flag to specify the LNKX ports to perform query. List must be only comma-separated numbers, "
848
+
"without spaces.",
849
+
false,
850
+
false,
851
+
1);
862
852
863
-
AddOptions("private_key_label", '', "<string>", "private key label to be used by the sign --hsm command");
864
-
#endif
865
853
AddOptions(
866
854
"openssl_engine",
867
855
'',
868
856
"<string>",
869
857
"Name of the OpenSSL engine to used by the sign/rsa_sign commands to work with the HSM hardware via OpenSSL API");
870
-
AddOptions(
871
-
"openssl_key_id",
872
-
'',
873
-
"<string>",
874
-
"Key identification string to be used by the sign/rsa_sign commands to work with the HSM hardware via OpenSSL API");
858
+
AddOptions("openssl_key_id",
859
+
'',
860
+
"<string>",
861
+
"Key identification string to be used by the sign/rsa_sign commands to work with the HSM hardware via "
862
+
"OpenSSL API");
875
863
AddOptions("output_file", '', "<string>", "output file name for exporting the public key from PEM/BIN");
876
864
AddOptions("user_password", '', "<string>", "the HSM user password string in order to work with HSM device");
877
865
#ifdef __WIN__
878
-
AddOptions(
879
-
"cpu_util",
880
-
'',
881
-
"<CPU_UTIL>",
882
-
"Use this flag to reduce CPU utilization while burning, Windows only. Legal values are from 1 (lowest CPU) to 5 (highest CPU)");
866
+
AddOptions("cpu_util",
867
+
'',
868
+
"<CPU_UTIL>",
869
+
"Use this flag to reduce CPU utilization while burning, Windows only. Legal values are from 1 (lowest "
0 commit comments