X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=usage.h;h=5712c44133526d41af82a5fdadc2c1a3908454a6;hb=303dd28bb0120c8b12c886cadb2d25d1b8fea08b;hp=aa7f0af22792cac176bb11d285ecbaf9d671aae9;hpb=c97ec34370f66771713809ab7da19b7fe923cffe;p=oweals%2Fbusybox.git diff --git a/usage.h b/usage.h index aa7f0af22..5712c4413 100644 --- a/usage.h +++ b/usage.h @@ -522,6 +522,7 @@ "\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" \ @@ -1689,6 +1690,13 @@ "$ uudecode busybox busybox > busybox.uu\n" \ "$\n" +#define vi_trivial_usage \ + "[OPTION] [FILE]..." +#define vi_full_usage \ + "edit FILE.\n\n" \ + "Options:\n" \ + "\t-R\tRead-only- do not write to the file." + #define watchdog_trivial_usage \ "DEV" #define watchdog_full_usage \ @@ -1711,9 +1719,10 @@ #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 \