Changeset f8cb1bc5 in mainline


Ignore:
Timestamp:
2024-08-21T16:52:16Z (4 months ago)
Author:
Martin Decky <martin@…>
Branches:
master
Children:
14b2ac7
Parents:
ac9b4f2
Message:

Make the syntax help more useful

Use an URL that is guaranteed to work over IPv4 and HTTP to make the
syntax help more useful.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/download/main.c

    rac9b4f2 rf8cb1bc5  
    6161        fprintf(stderr, "  to redirect the output, e.g.\n");
    6262        fprintf(stderr, "\n");
    63         fprintf(stderr, "    download http://helenos.org/ | to helenos.html\n\n");
     63        fprintf(stderr, "    download http://test-ipv4.helenos.org/ | to test.html\n\n");
    6464}
    6565
Note: See TracChangeset for help on using the changeset viewer.