aboutsummaryrefslogtreecommitdiff
path: root/core/ln.c
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 b8915b8..b1c4826 100644
--- a/core/ln.c
+++ b/core/ln.c
@@ -16,7 +16,7 @@ int main(int argc, char *const argv[]) {
int argument;
char param[256], *buffer = NULL, *argv0 = strdup(argv[0]);
- if (argc == 1) {
+ if (argc != 3) {
print_usage(argv[0], DESCRIPTION, OPERANDS, VERSION);
return 1;
}