aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--core/ln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ln.c b/core/ln.c
index 0187f36..45c8055 100644
--- a/core/ln.c
+++ b/core/ln.c
@@ -20,7 +20,7 @@ int main(int argc, char *const argv[]) {
print_usage(argv[0], DESCRIPTION, OPERANDS, VERSION);
return 1;
}
- while ((argument = getopt(argc, argv, params)) != -1) {
+ while ((argument = getopt(argc, argv, "fsPL")) != -1) {
if (argument == '?') {
print_usage(argv[0], DESCRIPTION, OPERANDS, VERSION);
return 1;