Skip to content

Commit 4b72cb2

Browse files
committed
chore(func_loader): remove support for the short commands path and newpath
1 parent b0ef3f2 commit 4b72cb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

App/func_loader/func_loader.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -889,8 +889,8 @@ int fl_exec_cmd(fl_context_t* ctx, int argc, const char** argv) {
889889
OPT_POINTER(0, "orig", &orig, "Original addr", NULL, 0, 0),
890890
OPT_POINTER(0, "target", &target, "Target addr", NULL, 0, 0),
891891
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),
892+
OPT_STRING(0, "path", &path, "File path", NULL, 0, 0),
893+
OPT_STRING(0, "newpath", &newpath, "New file path", NULL, 0, 0),
894894
OPT_STRING('m', "mode", &mode, "File mode (r/w/a)", NULL, 0, 0),
895895
OPT_END(),
896896
};

0 commit comments

Comments
 (0)