We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ef3f2 commit 4b72cb2Copy full SHA for 4b72cb2
1 file changed
App/func_loader/func_loader.c
@@ -889,8 +889,8 @@ int fl_exec_cmd(fl_context_t* ctx, int argc, const char** argv) {
889
OPT_POINTER(0, "orig", &orig, "Original addr", NULL, 0, 0),
890
OPT_POINTER(0, "target", &target, "Target addr", NULL, 0, 0),
891
OPT_BOOLEAN(0, "all", &all, "Clear all", NULL, 0, 0),
892
- OPT_STRING('p', "path", &path, "File path", NULL, 0, 0),
893
- OPT_STRING('n', "newpath", &newpath, "New file path", NULL, 0, 0),
+ OPT_STRING(0, "path", &path, "File path", NULL, 0, 0),
+ OPT_STRING(0, "newpath", &newpath, "New file path", NULL, 0, 0),
894
OPT_STRING('m', "mode", &mode, "File mode (r/w/a)", NULL, 0, 0),
895
OPT_END(),
896
};
0 commit comments