*: remove "Options:" string from help texts
function old new delta packed_usage 28706 28623 -83 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
//usage: "[-jy] [[MONTH] YEAR]"
|
||||
//usage:#define cal_full_usage "\n\n"
|
||||
//usage: "Display a calendar\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -j Use julian dates"
|
||||
//usage: "\n -y Display the entire year"
|
||||
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//usage: "[-etv] [FILE]..."
|
||||
//usage:#define catv_full_usage "\n\n"
|
||||
//usage: "Display nonprinting characters as ^x or M-x\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -e End each line with $"
|
||||
//usage: "\n -t Show tabs as ^I"
|
||||
//usage: "\n -v Don't use ^x or M-x escapes"
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
//usage: "[-RhLHP"IF_DESKTOP("cvf")"]... GROUP FILE..."
|
||||
//usage:#define chgrp_full_usage "\n\n"
|
||||
//usage: "Change the group membership of each FILE to GROUP\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -R Recurse"
|
||||
//usage: "\n -h Affect symlinks instead of symlink targets"
|
||||
//usage: "\n -L Traverse all symlinks to directories"
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
//usage:#define chmod_full_usage "\n\n"
|
||||
//usage: "Each MODE is one or more of the letters ugoa, one of the\n"
|
||||
//usage: "symbols +-= and one or more of the letters rwxst\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -R Recurse"
|
||||
//usage: IF_DESKTOP(
|
||||
//usage: "\n -c List changed files"
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//usage: "[-RhLHP"IF_DESKTOP("cvf")"]... OWNER[<.|:>[GROUP]] FILE..."
|
||||
//usage:#define chown_full_usage "\n\n"
|
||||
//usage: "Change the owner and/or group of each FILE to OWNER and/or GROUP\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -R Recurse"
|
||||
//usage: "\n -h Affect symlinks instead of symlink targets"
|
||||
//usage: "\n -L Traverse all symlinks to directories"
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
//usage: "[-123] FILE1 FILE2"
|
||||
//usage:#define comm_full_usage "\n\n"
|
||||
//usage: "Compare FILE1 with FILE2\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -1 Suppress lines unique to FILE1"
|
||||
//usage: "\n -2 Suppress lines unique to FILE2"
|
||||
//usage: "\n -3 Suppress lines common to both files"
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
//usage: "[OPTIONS] SOURCE DEST"
|
||||
//usage:#define cp_full_usage "\n\n"
|
||||
//usage: "Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -a Same as -dpR"
|
||||
//usage: IF_SELINUX(
|
||||
//usage: "\n -c Preserve security context"
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
//usage: "[OPTIONS] [FILE]..."
|
||||
//usage:#define cut_full_usage "\n\n"
|
||||
//usage: "Print selected fields from each input FILE to stdout\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -b LIST Output only bytes from LIST"
|
||||
//usage: "\n -c LIST Output only characters from LIST"
|
||||
//usage: "\n -d CHAR Use CHAR instead of tab as the field delimiter"
|
||||
|
||||
@@ -98,7 +98,6 @@
|
||||
//usage: "[OPTIONS] [+FMT] [TIME]"
|
||||
//usage:#define date_full_usage "\n\n"
|
||||
//usage: "Display time (using +FMT), or set time\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: IF_NOT_LONG_OPTS(
|
||||
//usage: "\n [-s] TIME Set time to TIME"
|
||||
//usage: "\n -u Work in UTC (don't convert to local time)"
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
//usage: " [seek=N]" IF_FEATURE_DD_IBS_OBS(" [conv=notrunc|noerror|sync|fsync]")
|
||||
//usage:#define dd_full_usage "\n\n"
|
||||
//usage: "Copy a file with converting and formatting\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n if=FILE Read from FILE instead of stdin"
|
||||
//usage: "\n of=FILE Write to FILE instead of stdout"
|
||||
//usage: "\n bs=N Read and write N bytes at a time"
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
//usage: "] [FILESYSTEM]..."
|
||||
//usage:#define df_full_usage "\n\n"
|
||||
//usage: "Print filesystem usage statistics\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -P POSIX output format"
|
||||
//usage: "\n -k 1024-byte blocks (default)"
|
||||
//usage: IF_FEATURE_HUMAN_READABLE(
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
//usage:#define dos2unix_full_usage "\n\n"
|
||||
//usage: "Convert FILE in-place from DOS to Unix format.\n"
|
||||
//usage: "When no file is given, use stdin/stdout.\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -u dos2unix"
|
||||
//usage: "\n -d unix2dos"
|
||||
//usage:
|
||||
@@ -26,7 +25,6 @@
|
||||
//usage:#define unix2dos_full_usage "\n\n"
|
||||
//usage: "Convert FILE in-place from Unix to DOS format.\n"
|
||||
//usage: "When no file is given, use stdin/stdout.\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -u dos2unix"
|
||||
//usage: "\n -d unix2dos"
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
//usage: IF_FEATURE_DU_DEFAULT_BLOCKSIZE_1K("1024")
|
||||
//usage: IF_NOT_FEATURE_DU_DEFAULT_BLOCKSIZE_1K("512")
|
||||
//usage: " bytes.\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -a Show file sizes too"
|
||||
//usage: "\n -L Follow all symlinks"
|
||||
//usage: "\n -H Follow symlinks on command line"
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
//usage:#define echo_full_usage "\n\n"
|
||||
//usage: "Print the specified ARGs to stdout"
|
||||
//usage: IF_FEATURE_FANCY_ECHO( "\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -n Suppress trailing newline"
|
||||
//usage: "\n -e Interpret backslash escapes (i.e., \\t=tab)"
|
||||
//usage: "\n -E Don't interpret backslash escapes (default)"
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
//usage:#define env_full_usage "\n\n"
|
||||
//usage: "Print the current environment or run PROG after setting up\n"
|
||||
//usage: "the specified environment\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -, -i Start with an empty environment"
|
||||
//usage: "\n -u Remove variable from the environment"
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
//usage: "[-i] [-t N] [FILE]..."
|
||||
//usage:#define expand_full_usage "\n\n"
|
||||
//usage: "Convert tabs to spaces, writing to stdout\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: IF_FEATURE_EXPAND_LONG_OPTIONS(
|
||||
//usage: "\n -i,--initial Don't convert tabs after non blanks"
|
||||
//usage: "\n -t,--tabs=N Tabstops every N chars"
|
||||
@@ -39,7 +38,6 @@
|
||||
//usage: "[-fa][-t N] [FILE]..."
|
||||
//usage:#define unexpand_full_usage "\n\n"
|
||||
//usage: "Convert spaces to tabs, writing to stdout\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: IF_FEATURE_UNEXPAND_LONG_OPTIONS(
|
||||
//usage: "\n -a,--all Convert all blanks"
|
||||
//usage: "\n -f,--first-only Convert only leading blanks"
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//usage: "[-bs] [-w WIDTH] [FILE]..."
|
||||
//usage:#define fold_full_usage "\n\n"
|
||||
//usage: "Wrap input lines in each FILE (or stdin), writing to stdout\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -b Count bytes rather than columns"
|
||||
//usage: "\n -s Break at spaces"
|
||||
//usage: "\n -w Use WIDTH columns instead of 80"
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
//usage: "[-d] FILE..."
|
||||
//usage:#define fsync_full_usage "\n\n"
|
||||
//usage: "Write files' buffered blocks to disk\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -d Avoid syncing metadata"
|
||||
|
||||
#include "libbb.h"
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
//usage:#define head_full_usage "\n\n"
|
||||
//usage: "Print first 10 lines of each FILE (or stdin) to stdout.\n"
|
||||
//usage: "With more than one FILE, precede each with a filename header.\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -n N[kbm] Print first N lines"
|
||||
//usage: IF_FEATURE_FANCY_HEAD(
|
||||
//usage: "\n -c N[kbm] Print first N bytes"
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
//usage: "[OPTIONS] [USER]"
|
||||
//usage:#define id_full_usage "\n\n"
|
||||
//usage: "Print information about USER or the current user\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: IF_SELINUX(
|
||||
//usage: "\n -Z Security context"
|
||||
//usage: )
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
//usage: "[-cdDsp] [-o USER] [-g GRP] [-m MODE] [SOURCE]... DEST"
|
||||
//usage:#define install_full_usage "\n\n"
|
||||
//usage: "Copy files and set attributes\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -c Just copy (default)"
|
||||
//usage: "\n -d Create directories"
|
||||
//usage: "\n -D Create leading target directories"
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
//usage: "[OPTIONS] TARGET... LINK|DIR"
|
||||
//usage:#define ln_full_usage "\n\n"
|
||||
//usage: "Create a link LINK or DIR/TARGET to the specified TARGET(s)\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -s Make symlinks instead of hardlinks"
|
||||
//usage: "\n -f Remove existing destinations"
|
||||
//usage: "\n -n Don't dereference symlinks - treat like normal file"
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
//usage: IF_FEATURE_AUTOWIDTH(" [-w WIDTH]") " [FILE]..."
|
||||
//usage:#define ls_full_usage "\n\n"
|
||||
//usage: "List directory contents\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -1 One column output"
|
||||
//usage: "\n -a Include entries which start with ."
|
||||
//usage: "\n -A Like -a, but exclude . and .."
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
//usage:#define md5sum_full_usage "\n\n"
|
||||
//usage: "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " MD5 checksums"
|
||||
//usage: IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -c Check sums against given list"
|
||||
//usage: "\n -s Don't output anything, status code shows success"
|
||||
//usage: "\n -w Warn about improperly formatted checksum lines"
|
||||
@@ -34,7 +33,6 @@
|
||||
//usage:#define sha1sum_full_usage "\n\n"
|
||||
//usage: "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA1 checksums"
|
||||
//usage: IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -c Check sums against given list"
|
||||
//usage: "\n -s Don't output anything, status code shows success"
|
||||
//usage: "\n -w Warn about improperly formatted checksum lines"
|
||||
@@ -46,7 +44,6 @@
|
||||
//usage:#define sha256sum_full_usage "\n\n"
|
||||
//usage: "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA256 checksums"
|
||||
//usage: IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -c Check sums against given list"
|
||||
//usage: "\n -s Don't output anything, status code shows success"
|
||||
//usage: "\n -w Warn about improperly formatted checksum lines"
|
||||
@@ -58,7 +55,6 @@
|
||||
//usage:#define sha512sum_full_usage "\n\n"
|
||||
//usage: "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA512 checksums"
|
||||
//usage: IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -c Check sums against given list"
|
||||
//usage: "\n -s Don't output anything, status code shows success"
|
||||
//usage: "\n -w Warn about improperly formatted checksum lines"
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
//usage: "[OPTIONS] DIRECTORY..."
|
||||
//usage:#define mkdir_full_usage "\n\n"
|
||||
//usage: "Create DIRECTORY\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -m MODE Mode"
|
||||
//usage: "\n -p No error if exists; make parent directories as needed"
|
||||
//usage: IF_SELINUX(
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//usage: "[-m MODE] " IF_SELINUX("[-Z] ") "NAME"
|
||||
//usage:#define mkfifo_full_usage "\n\n"
|
||||
//usage: "Create named pipe\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -m MODE Mode (default a=rw)"
|
||||
//usage: IF_SELINUX(
|
||||
//usage: "\n -Z Set security context"
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
//usage: "[-m MODE] " IF_SELINUX("[-Z] ") "NAME TYPE MAJOR MINOR"
|
||||
//usage:#define mknod_full_usage "\n\n"
|
||||
//usage: "Create a special file (block, character, or pipe)\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -m MODE Creation mode (default a=rw)"
|
||||
//usage: IF_SELINUX(
|
||||
//usage: "\n -Z Set security context"
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
//usage: "or: mv [-fin] SOURCE... DIRECTORY"
|
||||
//usage:#define mv_full_usage "\n\n"
|
||||
//usage: "Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -f Don't prompt before overwriting"
|
||||
//usage: "\n -i Interactive, prompt before overwrite"
|
||||
//usage: "\n -n Don't overwrite an existing file"
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
//usage: "[-n ADJUST] [PROG ARGS]"
|
||||
//usage:#define nice_full_usage "\n\n"
|
||||
//usage: "Change scheduling priority, run PROG\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -n ADJUST Adjust priority by ADJUST"
|
||||
|
||||
#include <sys/resource.h>
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
//usage:#define readlink_full_usage "\n\n"
|
||||
//usage: "Display the value of a symlink"
|
||||
//usage: IF_FEATURE_READLINK_FOLLOW( "\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -f Canonicalize by following all symlinks"
|
||||
//usage: "\n -n Don't add newline"
|
||||
//usage: "\n -v Verbose"
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
//usage: "[-irf] FILE..."
|
||||
//usage:#define rm_full_usage "\n\n"
|
||||
//usage: "Remove (unlink) FILEs\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -i Always prompt before removing"
|
||||
//usage: "\n -f Never prompt"
|
||||
//usage: "\n -R,-r Recurse"
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//usage: "[OPTIONS] DIRECTORY..."
|
||||
//usage:#define rmdir_full_usage "\n\n"
|
||||
//usage: "Remove DIRECTORY if it is empty\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: IF_FEATURE_RMDIR_LONG_OPTIONS(
|
||||
//usage: "\n -p|--parents Include parents"
|
||||
//usage: "\n --ignore-fail-on-non-empty"
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
//usage:#define seq_full_usage "\n\n"
|
||||
//usage: "Print numbers from FIRST to LAST, in steps of INC.\n"
|
||||
//usage: "FIRST, INC default to 1.\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -w Pad to last with leading zeros"
|
||||
//usage: "\n -s SEP String separator"
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
//usage: "] [FILE]..."
|
||||
//usage:#define sort_full_usage "\n\n"
|
||||
//usage: "Sort lines of text\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: IF_FEATURE_SORT_BIG(
|
||||
//usage: "\n -b Ignore leading blanks"
|
||||
//usage: "\n -c Check whether input is sorted"
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
//usage:#define split_trivial_usage
|
||||
//usage: "[OPTIONS] [INPUT [PREFIX]]"
|
||||
//usage:#define split_full_usage "\n\n"
|
||||
//usage: "Options:"
|
||||
//usage: "\n -b N[k|m] Split by N (kilo|mega)bytes"
|
||||
//usage: " -b N[k|m] Split by N (kilo|mega)bytes"
|
||||
//usage: "\n -l N Split by N lines"
|
||||
//usage: "\n -a N Use N letters as suffix"
|
||||
//usage:
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
//usage: "[OPTIONS] FILE..."
|
||||
//usage:#define stat_full_usage "\n\n"
|
||||
//usage: "Display file (default) or filesystem status\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: IF_FEATURE_STAT_FORMAT(
|
||||
//usage: "\n -c fmt Use the specified format"
|
||||
//usage: )
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
//usage:#define stty_full_usage "\n\n"
|
||||
//usage: "Without arguments, prints baud rate, line discipline,\n"
|
||||
//usage: "and deviations from stty sane\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -F DEVICE Open device instead of stdin"
|
||||
//usage: "\n -a Print all current settings in human-readable form"
|
||||
//usage: "\n -g Print in stty-readable form"
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
//usage: "[-rs] [FILE]..."
|
||||
//usage:#define sum_full_usage "\n\n"
|
||||
//usage: "Checksum and count the blocks in a file\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -r Use BSD sum algorithm (1K blocks)"
|
||||
//usage: "\n -s Use System V sum algorithm (512byte blocks)"
|
||||
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
//usage:#define tail_full_usage "\n\n"
|
||||
//usage: "Print last 10 lines of each FILE (or stdin) to stdout.\n"
|
||||
//usage: "With more than one FILE, precede each with a filename header.\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -f Print data as file grows"
|
||||
//usage: IF_FEATURE_FANCY_TAIL(
|
||||
//usage: "\n -s SECONDS Wait SECONDS between reads with -f"
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//usage: "[-ai] [FILE]..."
|
||||
//usage:#define tee_full_usage "\n\n"
|
||||
//usage: "Copy stdin to each FILE, and also to stdout\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -a Append to the given FILEs, don't overwrite"
|
||||
//usage: "\n -i Ignore interrupt signals (SIGINT)"
|
||||
//usage:
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
//usage: "[-c]" IF_DESKTOP(" [-d DATE] [-r FILE]") " FILE [FILE]..."
|
||||
//usage:#define touch_full_usage "\n\n"
|
||||
//usage: "Update the last-modified date on the given FILE[s]\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -c Don't create files"
|
||||
//usage: IF_DESKTOP(
|
||||
//usage: "\n -d DT Date/time to use"
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
//usage: "[-cds] STRING1 [STRING2]"
|
||||
//usage:#define tr_full_usage "\n\n"
|
||||
//usage: "Translate, squeeze, or delete characters from stdin, writing to stdout\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -c Take complement of STRING1"
|
||||
//usage: "\n -d Delete input characters coded STRING1"
|
||||
//usage: "\n -s Squeeze multiple output characters of STRING2 into one character"
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
//usage:#define tty_full_usage "\n\n"
|
||||
//usage: "Print file name of stdin's terminal"
|
||||
//usage: IF_INCLUDE_SUSv2( "\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -s Print nothing, only return exit status"
|
||||
//usage: )
|
||||
//usage:
|
||||
|
||||
@@ -52,7 +52,6 @@
|
||||
//usage: "[-amnrspv]"
|
||||
//usage:#define uname_full_usage "\n\n"
|
||||
//usage: "Print system information\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -a Print all"
|
||||
//usage: "\n -m The machine (hardware) type"
|
||||
//usage: "\n -n Hostname"
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//usage: "[-cdu][-f,s,w N] [INPUT [OUTPUT]]"
|
||||
//usage:#define uniq_full_usage "\n\n"
|
||||
//usage: "Discard duplicate lines\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -c Prefix lines by the number of occurrences"
|
||||
//usage: "\n -d Only print duplicate lines"
|
||||
//usage: "\n -u Only print unique lines"
|
||||
|
||||
@@ -158,7 +158,6 @@ int uudecode_main(int argc UNUSED_PARAM, char **argv)
|
||||
//usage: "[-d] [FILE]"
|
||||
//usage:#define base64_full_usage "\n\n"
|
||||
//usage: "Base64 encode or decode FILE to standard output"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -d Decode data"
|
||||
////usage: "\n -w COL Wrap lines at COL (default 76, 0 disables)"
|
||||
////usage: "\n -i When decoding, ignore non-alphabet characters"
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
//usage: "[-m] [INFILE] STORED_FILENAME"
|
||||
//usage:#define uuencode_full_usage "\n\n"
|
||||
//usage: "Uuencode a file to stdout\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -m Use base64 encoding per RFC1521"
|
||||
//usage:
|
||||
//usage:#define uuencode_example_usage
|
||||
|
||||
@@ -64,7 +64,6 @@
|
||||
//usage:
|
||||
//usage:#define wc_full_usage "\n\n"
|
||||
//usage: "Count lines, words, and bytes for each FILE (or stdin)\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -c Count bytes"
|
||||
//usage: IF_UNICODE_SUPPORT(
|
||||
//usage: "\n -m Count characters"
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
//usage: "[-a]"
|
||||
//usage:#define who_full_usage "\n\n"
|
||||
//usage: "Show who is logged on\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -a Show all"
|
||||
|
||||
#include "libbb.h"
|
||||
|
||||
Reference in New Issue
Block a user