Make 'grep -l' work
[oweals/busybox.git] / usage.h
diff --git a/usage.h b/usage.h
index abd0156adcbebed472965578104cd9ae88b334c3..5712c44133526d41af82a5fdadc2c1a3908454a6 100644 (file)
--- a/usage.h
+++ b/usage.h
        "\t-H\tprefix output lines with filename where match was found\n" \
        "\t-h\tsuppress the prefixing filename on output\n" \
        "\t-i\tignore case distinctions\n" \
+       "\t-l\tlist names of files that match\n" \
        "\t-n\tprint line number with output lines\n" \
        "\t-q\tbe quiet. Returns 0 if result was found, 1 otherwise\n" \
        "\t-v\tselect non-matching lines\n" \
 #define wget_trivial_usage \
        "[-c] [-O file] url"
 #define wget_full_usage \
-       "wget retrieves files via HTTP\n\n" \
+       "wget retrieves files via HTTP or FTP\n\n" \
        "Options:\n" \
        "\t-c\tcontinue retrieval of aborted transfers\n" \
+       "\t-q\tquiet mode - do not print\n" \
        "\t-O\tsave to filename ('-' for stdout)"
 
 #define which_trivial_usage \