Add -h option to ln(1).

This commit is contained in:
Jonas 'Sortie' Termansen 2020-04-13 15:00:25 +02:00
parent 90180a614f
commit 11ababec90
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ int main(int argc, char* argv[])
while ( (c = *++arg) ) switch ( c )
{
case 'f': force = true; break;
case 'h': no_dereference = true; break;
case 'L': physical = false; break;
case 'n': no_dereference = true; break;
case 'P': physical = true; break;