mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Add -h option to ln(1).
This commit is contained in:
parent
90180a614f
commit
11ababec90
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue