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
char*device_info_orig; /**< @brief ClientIdentifier/VersionIdentifier/PlatformIdentifier/ProductVersion/DeviceModel/BuildVersion/LocaleIdentifier/LanguageIdentifier/AndroidID original value given at command line. */
64
+
constchar*device_info_help; /**< @brief ClientIdentifier/VersionIdentifier/PlatformIdentifier/ProductVersion/DeviceModel/BuildVersion/LocaleIdentifier/LanguageIdentifier/AndroidID help description. */
62
65
63
66
unsigned inthelp_given ; /**< @brief Whether help was given. */
64
67
unsigned intversion_given ; /**< @brief Whether version was given. */
@@ -69,6 +72,7 @@ struct gengetopt_args_info
69
72
unsigned intlogin_given ; /**< @brief Whether login was given. */
70
73
unsigned intcode_from_file_given ; /**< @brief Whether code-from-file was given. */
71
74
unsigned intbase_dir_given ; /**< @brief Whether base-dir was given. */
75
+
unsigned intdevice_info_given ; /**< @brief Whether device-info was given. */
0 commit comments