diff --git a/tool/aaruformattool.h b/tool/aaruformattool.h
index 12426a7..fdeccf5 100644
--- a/tool/aaruformattool.h
+++ b/tool/aaruformattool.h
@@ -37,6 +37,6 @@ bool check_cd_sector_channel(CdEccContext *context, const uint8_t *sector
bool *ecc_q_correct);
int compare(const char *path1, const char *path2);
int cli_compare(const char *path1, const char *path2);
-int convert(const char *input_path, const char *output_path);
+int convert(const char *input_path, const char *output_path, bool use_long);
#endif // LIBAARUFORMAT_TOOL_AARUFORMATTOOL_H_
diff --git a/tool/commands.c b/tool/commands.c
index 3a5ab19..da2b4f3 100644
--- a/tool/commands.c
+++ b/tool/commands.c
@@ -155,10 +155,11 @@ int cmd_verify_sectors(int argc, char *argv[]) { return cmd_verify_common(argc,
int cmd_convert(int argc, char *argv[])
{
+ struct arg_lit *use_long = arg_lit0("l", NULL, "Use long sector read/write (includes tags and metadata)");
struct arg_str *input_filename = arg_str1(NULL, NULL, "", "Input image file");
struct arg_str *output_filename = arg_str1(NULL, NULL, "