diff --git a/src/uu/arch/locales/en-US.ftl b/src/uu/arch/locales/en-US.ftl index 9117053526c..2e481fbcf4f 100644 --- a/src/uu/arch/locales/en-US.ftl +++ b/src/uu/arch/locales/en-US.ftl @@ -2,5 +2,6 @@ cannot-get-system = cannot get system name arch-about = Display machine architecture + Part of uutils. arch-after-help = Determine architecture name for current machine. arch-usage = arch diff --git a/src/uu/b2sum/locales/en-US.ftl b/src/uu/b2sum/locales/en-US.ftl index a5ab9ea7ebf..d3184a2bb59 100644 --- a/src/uu/b2sum/locales/en-US.ftl +++ b/src/uu/b2sum/locales/en-US.ftl @@ -1,2 +1,3 @@ b2sum-about = Print or check the BLAKE2b checksums + Part of uutils. b2sum-usage = b2sum [OPTIONS] [FILE]... diff --git a/src/uu/base32/locales/en-US.ftl b/src/uu/base32/locales/en-US.ftl index 925e5c70a25..b30f016339f 100644 --- a/src/uu/base32/locales/en-US.ftl +++ b/src/uu/base32/locales/en-US.ftl @@ -11,9 +11,11 @@ base32-about = encode/decode data and print to standard output to the bytes of the formal base32 alphabet. Use --ignore-garbage to attempt to recover from any other non-alphabet bytes in the encoded stream. + Part of uutils. base32-usage = base32 [OPTION]... [FILE] base64-about = encode/decode data and print to standard output + With no FILE, or when FILE is -, read standard input. The data are encoded as described for the base64 alphabet in RFC 3548. @@ -21,6 +23,7 @@ base64-about = encode/decode data and print to standard output to the bytes of the formal base64 alphabet. Use --ignore-garbage to attempt to recover from any other non-alphabet bytes in the encoded stream. + Part of uutils. base64-usage = base64 [OPTION]... [FILE] basenc-about = Encode/decode data and print to standard output @@ -29,6 +32,7 @@ basenc-about = Encode/decode data and print to standard output When decoding, the input may contain newlines in addition to the bytes of the formal alphabet. Use --ignore-garbage to attempt to recover from any other non-alphabet bytes in the encoded stream. + Part of uutils. basenc-usage = basenc [OPTION]... [FILE] # Help messages for encoding formats diff --git a/src/uu/basename/locales/en-US.ftl b/src/uu/basename/locales/en-US.ftl index 6ab5f364f71..7b750ee6c33 100644 --- a/src/uu/basename/locales/en-US.ftl +++ b/src/uu/basename/locales/en-US.ftl @@ -1,5 +1,6 @@ basename-about = Print NAME with any leading directory components removed If specified, also remove a trailing SUFFIX + Part of uutils. basename-usage = basename [-z] NAME [SUFFIX] basename OPTION... NAME... diff --git a/src/uu/cat/locales/en-US.ftl b/src/uu/cat/locales/en-US.ftl index bf81d6d7ffb..95c12d0c51d 100644 --- a/src/uu/cat/locales/en-US.ftl +++ b/src/uu/cat/locales/en-US.ftl @@ -1,5 +1,6 @@ cat-about = Concatenate FILE(s), or standard input, to standard output With no FILE, or when FILE is -, read standard input. + Part of uutils. cat-usage = cat [OPTION]... [FILE]... # Help messages diff --git a/src/uu/chcon/locales/en-US.ftl b/src/uu/chcon/locales/en-US.ftl index 0d18484b01e..0f7f2ddeaa0 100644 --- a/src/uu/chcon/locales/en-US.ftl +++ b/src/uu/chcon/locales/en-US.ftl @@ -1,5 +1,6 @@ chcon-about = Change the SELinux security context of each FILE to CONTEXT. With --reference, change the security context of each FILE to that of RFILE. + Part of uutils. chcon-usage = chcon [OPTION]... CONTEXT FILE... chcon [OPTION]... [-u USER] [-r ROLE] [-l RANGE] [-t TYPE] FILE... chcon [OPTION]... --reference=RFILE FILE... diff --git a/src/uu/chgrp/locales/en-US.ftl b/src/uu/chgrp/locales/en-US.ftl index c9bcf6c866a..867046aa079 100644 --- a/src/uu/chgrp/locales/en-US.ftl +++ b/src/uu/chgrp/locales/en-US.ftl @@ -1,4 +1,5 @@ chgrp-about = Change the group of each FILE to GROUP. + Part of uutils. chgrp-usage = chgrp [OPTION]... GROUP FILE... chgrp [OPTION]... --reference=RFILE FILE... diff --git a/src/uu/chmod/locales/en-US.ftl b/src/uu/chmod/locales/en-US.ftl index 12df1e2b7a5..2228d78c8ca 100644 --- a/src/uu/chmod/locales/en-US.ftl +++ b/src/uu/chmod/locales/en-US.ftl @@ -1,5 +1,6 @@ chmod-about = Change the mode of each FILE to MODE. With --reference, change the mode of each FILE to that of RFILE. + Part of uutils. chmod-usage = chmod [OPTION]... MODE[,MODE]... FILE... chmod [OPTION]... OCTAL-MODE FILE... chmod [OPTION]... --reference=RFILE FILE... diff --git a/src/uu/chown/locales/en-US.ftl b/src/uu/chown/locales/en-US.ftl index 9bcb725a6c3..30ed82bf449 100644 --- a/src/uu/chown/locales/en-US.ftl +++ b/src/uu/chown/locales/en-US.ftl @@ -1,4 +1,5 @@ chown-about = Change file owner and group + Part of uutils. chown-usage = chown [OPTION]... [OWNER][:[GROUP]] FILE... chown [OPTION]... --reference=RFILE FILE... diff --git a/src/uu/chroot/locales/en-US.ftl b/src/uu/chroot/locales/en-US.ftl index 24c109c406e..736136981a3 100644 --- a/src/uu/chroot/locales/en-US.ftl +++ b/src/uu/chroot/locales/en-US.ftl @@ -1,4 +1,5 @@ chroot-about = Run COMMAND with root directory set to NEWROOT. + Part of uutils. chroot-usage = chroot [OPTION]... NEWROOT [COMMAND [ARG]...] # Help messages diff --git a/src/uu/cksum/locales/en-US.ftl b/src/uu/cksum/locales/en-US.ftl index aece6fc5b72..a89b3f9c5a9 100644 --- a/src/uu/cksum/locales/en-US.ftl +++ b/src/uu/cksum/locales/en-US.ftl @@ -1,4 +1,5 @@ cksum-about = Print CRC and size for each file + Part of uutils. cksum-usage = cksum [OPTIONS] [FILE]... cksum-after-help = DIGEST determines the digest algorithm and default output format: diff --git a/src/uu/comm/locales/en-US.ftl b/src/uu/comm/locales/en-US.ftl index 1118c09bb52..ba477010f3f 100644 --- a/src/uu/comm/locales/en-US.ftl +++ b/src/uu/comm/locales/en-US.ftl @@ -5,6 +5,7 @@ comm-about = Compare two sorted files line by line. With no options, produce three-column output. Column one contains lines unique to FILE1, column two contains lines unique to FILE2, and column three contains lines common to both files. + Part of uutils. comm-usage = comm [OPTION]... FILE1 FILE2 # Help messages diff --git a/src/uu/cp/locales/en-US.ftl b/src/uu/cp/locales/en-US.ftl index 7c47a91b4d2..5323b479cc6 100644 --- a/src/uu/cp/locales/en-US.ftl +++ b/src/uu/cp/locales/en-US.ftl @@ -1,4 +1,5 @@ cp-about = Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY. + Part of uutils. cp-usage = cp [OPTION]... [-T] SOURCE DEST cp [OPTION]... SOURCE... DIRECTORY cp [OPTION]... -t DIRECTORY SOURCE... diff --git a/src/uu/csplit/locales/en-US.ftl b/src/uu/csplit/locales/en-US.ftl index ba0ce032e49..3d14643b5dc 100644 --- a/src/uu/csplit/locales/en-US.ftl +++ b/src/uu/csplit/locales/en-US.ftl @@ -1,4 +1,5 @@ csplit-about = Split a file into sections determined by context lines + Part of uutils. csplit-usage = csplit [OPTION]... FILE PATTERN... csplit-after-help = Output pieces of FILE separated by PATTERN(s) to files 'xx00', 'xx01', ..., and output byte counts of each piece to standard output. diff --git a/src/uu/cut/locales/en-US.ftl b/src/uu/cut/locales/en-US.ftl index d320fc86d11..e65682d2e6c 100644 --- a/src/uu/cut/locales/en-US.ftl +++ b/src/uu/cut/locales/en-US.ftl @@ -1,4 +1,5 @@ cut-about = Prints specified byte or field columns from each line of stdin or the input files + Part of uutils. cut-usage = cut OPTION... [FILE]... cut-after-help = Each call must specify a mode (what to use for columns), a sequence (which columns to print), and provide a data source diff --git a/src/uu/date/locales/en-US.ftl b/src/uu/date/locales/en-US.ftl index ea864904285..6b8437b1a17 100644 --- a/src/uu/date/locales/en-US.ftl +++ b/src/uu/date/locales/en-US.ftl @@ -1,6 +1,6 @@ date-about = Print or set the system date and time - + Part of uutils. date-usage = date [OPTION]... [+FORMAT]... date [OPTION]... [MMDDhhmm[[CC]YY][.ss]] diff --git a/src/uu/dd/locales/en-US.ftl b/src/uu/dd/locales/en-US.ftl index 3b72e4a8f6c..53ab46c1c57 100644 --- a/src/uu/dd/locales/en-US.ftl +++ b/src/uu/dd/locales/en-US.ftl @@ -1,4 +1,5 @@ dd-about = Copy, and optionally convert, a file system resource + Part of uutils. dd-usage = dd [OPERAND]... dd OPTION dd-after-help = ### Operands diff --git a/src/uu/df/locales/en-US.ftl b/src/uu/df/locales/en-US.ftl index 9e4fc52c4d2..b4ba6c744ef 100644 --- a/src/uu/df/locales/en-US.ftl +++ b/src/uu/df/locales/en-US.ftl @@ -1,5 +1,6 @@ df-about = Show information about the file system on which each FILE resides, or all file systems by default. + Part of uutils. df-usage = df [OPTION]... [FILE]... df-after-help = Display values are in units of the first available SIZE from --block-size, and the DF_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE environment variables. diff --git a/src/uu/dircolors/locales/en-US.ftl b/src/uu/dircolors/locales/en-US.ftl index db877f6b587..e6b35d913d3 100644 --- a/src/uu/dircolors/locales/en-US.ftl +++ b/src/uu/dircolors/locales/en-US.ftl @@ -1,4 +1,5 @@ dircolors-about = Output commands to set the LS_COLORS environment variable. + Part of uutils. dircolors-usage = dircolors [OPTION]... [FILE] dircolors-after-help = If FILE is specified, read it to determine which colors to use for which file types and extensions. Otherwise, a precompiled database is used. diff --git a/src/uu/dirname/locales/en-US.ftl b/src/uu/dirname/locales/en-US.ftl index 1bd4b1e6a4f..2fb3c58546b 100644 --- a/src/uu/dirname/locales/en-US.ftl +++ b/src/uu/dirname/locales/en-US.ftl @@ -1,4 +1,5 @@ dirname-about = Strip last component from file name + Part of uutils. dirname-usage = dirname [OPTION] NAME... dirname-after-help = Output each NAME with its last non-slash component and trailing slashes removed; if NAME contains no /'s, output '.' (meaning the current directory). diff --git a/src/uu/du/locales/en-US.ftl b/src/uu/du/locales/en-US.ftl index d7141c7c079..a2943b0ca9b 100644 --- a/src/uu/du/locales/en-US.ftl +++ b/src/uu/du/locales/en-US.ftl @@ -1,4 +1,5 @@ du-about = Estimate file space usage + Part of uutils. du-usage = du [OPTION]... [FILE]... du [OPTION]... --files0-from=F du-after-help = Display values are in units of the first available SIZE from --block-size, diff --git a/src/uu/echo/locales/en-US.ftl b/src/uu/echo/locales/en-US.ftl index 04a442620c8..2bda2965114 100644 --- a/src/uu/echo/locales/en-US.ftl +++ b/src/uu/echo/locales/en-US.ftl @@ -1,4 +1,5 @@ echo-about = Display a line of text + Part of uutils. echo-usage = echo [OPTIONS]... [STRING]... echo-after-help = Echo the STRING(s) to standard output. diff --git a/src/uu/env/locales/en-US.ftl b/src/uu/env/locales/en-US.ftl index d2cdd15d140..61d30d1b2e9 100644 --- a/src/uu/env/locales/en-US.ftl +++ b/src/uu/env/locales/en-US.ftl @@ -1,4 +1,5 @@ env-about = Set each NAME to VALUE in the environment and run COMMAND + Part of uutils. env-usage = env [OPTION]... [-] [NAME=VALUE]... [COMMAND [ARG]...] env-after-help = A mere - implies -i. If no COMMAND, print the resulting environment. diff --git a/src/uu/expand/locales/en-US.ftl b/src/uu/expand/locales/en-US.ftl index c295d495c8d..c6856d6c2c6 100644 --- a/src/uu/expand/locales/en-US.ftl +++ b/src/uu/expand/locales/en-US.ftl @@ -1,5 +1,6 @@ expand-about = Convert tabs in each FILE to spaces, writing to standard output. With no FILE, or when FILE is -, read standard input. + Part of uutils. expand-usage = expand [OPTION]... [FILE]... # Help messages diff --git a/src/uu/expr/locales/en-US.ftl b/src/uu/expr/locales/en-US.ftl index 2c09eee7840..43d31cc8b38 100644 --- a/src/uu/expr/locales/en-US.ftl +++ b/src/uu/expr/locales/en-US.ftl @@ -1,4 +1,5 @@ expr-about = Print the value of EXPRESSION to standard output + Part of uutils. expr-usage = expr [EXPRESSION] expr [OPTIONS] expr-after-help = Print the value of EXPRESSION to standard output. A blank line below diff --git a/src/uu/factor/locales/en-US.ftl b/src/uu/factor/locales/en-US.ftl index 8e4eebeab04..1583e0bd4ec 100644 --- a/src/uu/factor/locales/en-US.ftl +++ b/src/uu/factor/locales/en-US.ftl @@ -1,5 +1,6 @@ factor-about = Print the prime factors of the given NUMBER(s). If none are specified, read from standard input. + Part of uutils. factor-usage = factor [OPTION]... [NUMBER]... # Help messages diff --git a/src/uu/false/locales/en-US.ftl b/src/uu/false/locales/en-US.ftl index b4bbe787bd9..f1140f66bf5 100644 --- a/src/uu/false/locales/en-US.ftl +++ b/src/uu/false/locales/en-US.ftl @@ -3,6 +3,7 @@ false-about = Returns false, an unsuccessful exit status. Immediately returns with the exit status 1. When invoked with one of the recognized options it will try to write the help or version text. Any IO error during this operation is diagnosed, yet the program will also return 1. + Part of uutils. false-help-text = Print help information false-version-text = Print version information diff --git a/src/uu/fmt/locales/en-US.ftl b/src/uu/fmt/locales/en-US.ftl index 4270e0a89ab..5a12fb37711 100644 --- a/src/uu/fmt/locales/en-US.ftl +++ b/src/uu/fmt/locales/en-US.ftl @@ -1,4 +1,5 @@ fmt-about = Reformat paragraphs from input (or standard input) to stdout. + Part of uutils. fmt-usage = [OPTION]... [FILE]... # Help messages diff --git a/src/uu/fold/locales/en-US.ftl b/src/uu/fold/locales/en-US.ftl index d4241666715..1ea1cb25e22 100644 --- a/src/uu/fold/locales/en-US.ftl +++ b/src/uu/fold/locales/en-US.ftl @@ -1,5 +1,6 @@ fold-about = Writes each file (or standard input if no files are given) to standard output whilst breaking long lines + Part of uutils. fold-usage = fold [OPTION]... [FILE]... fold-bytes-help = count using bytes rather than columns (meaning control characters such as newline are not treated specially) fold-characters-help = count using character positions rather than display columns diff --git a/src/uu/groups/locales/en-US.ftl b/src/uu/groups/locales/en-US.ftl index 79ea093afa8..60ccc67e07f 100644 --- a/src/uu/groups/locales/en-US.ftl +++ b/src/uu/groups/locales/en-US.ftl @@ -1,5 +1,6 @@ groups-about = Print group memberships for each USERNAME or, if no USERNAME is specified, for the current process (which may differ if the groups data‐base has changed). + Part of uutils. groups-usage = groups [OPTION]... [USERNAME]... groups-error-fetch = failed to fetch groups groups-error-notfound = cannot find name for group ID diff --git a/src/uu/head/locales/en-US.ftl b/src/uu/head/locales/en-US.ftl index 25cabeaf2a3..f96158c7f88 100644 --- a/src/uu/head/locales/en-US.ftl +++ b/src/uu/head/locales/en-US.ftl @@ -3,8 +3,8 @@ head-about = Print the first 10 lines of each FILE to standard output. With no FILE, or when FILE is -, read standard input. Mandatory arguments to long flags are mandatory for short flags too. + Part of uutils. head-usage = head [FLAG]... [FILE]... - # Help messages head-help-bytes = print the first NUM bytes of each file; with a leading '-', print all but the last diff --git a/src/uu/hostid/locales/en-US.ftl b/src/uu/hostid/locales/en-US.ftl index 25abe94f734..5b86ea18612 100644 --- a/src/uu/hostid/locales/en-US.ftl +++ b/src/uu/hostid/locales/en-US.ftl @@ -1,2 +1,3 @@ hostid-about = Print the numeric identifier (in hexadecimal) for the current host + Part of uutils. hostid-usage = hostid [options] diff --git a/src/uu/hostname/locales/en-US.ftl b/src/uu/hostname/locales/en-US.ftl index f7a9a26a8ef..95ae15f015a 100644 --- a/src/uu/hostname/locales/en-US.ftl +++ b/src/uu/hostname/locales/en-US.ftl @@ -1,4 +1,5 @@ hostname-about = Display or set the system's host name. + Part of uutils. hostname-usage = hostname [OPTION]... [HOSTNAME] hostname-help-domain = Display the name of the DNS domain if possible hostname-help-ip-address = Display the network address(es) of the host diff --git a/src/uu/id/locales/en-US.ftl b/src/uu/id/locales/en-US.ftl index b9a93de0125..ed2928d33b0 100644 --- a/src/uu/id/locales/en-US.ftl +++ b/src/uu/id/locales/en-US.ftl @@ -1,5 +1,6 @@ id-about = Print user and group information for each specified USER, or (when USER omitted) for the current user. + Part of uutils. id-usage = id [OPTION]... [USER]... id-after-help = The id utility displays the user and group names and numeric IDs, of the calling process, to the standard output. If the real and effective IDs are diff --git a/src/uu/install/locales/en-US.ftl b/src/uu/install/locales/en-US.ftl index 34189d86333..4b94e0edf11 100644 --- a/src/uu/install/locales/en-US.ftl +++ b/src/uu/install/locales/en-US.ftl @@ -1,5 +1,6 @@ install-about = Copy SOURCE to DEST or multiple SOURCE(s) to the existing DIRECTORY, while setting permission modes and owner/group + Part of uutils. install-usage = install [OPTION]... [FILE]... # Help messages diff --git a/src/uu/join/locales/en-US.ftl b/src/uu/join/locales/en-US.ftl index 81a339a2e76..df056de3328 100644 --- a/src/uu/join/locales/en-US.ftl +++ b/src/uu/join/locales/en-US.ftl @@ -2,6 +2,7 @@ join-about = For each pair of input lines with identical join fields, write a li standard output. The default join field is the first, delimited by blanks. When FILE1 or FILE2 (not both) is -, read standard input. + Part of uutils. join-usage = join [OPTION]... FILE1 FILE2 # Join help messages diff --git a/src/uu/kill/locales/en-US.ftl b/src/uu/kill/locales/en-US.ftl index e04dd87093c..957b23edf39 100644 --- a/src/uu/kill/locales/en-US.ftl +++ b/src/uu/kill/locales/en-US.ftl @@ -1,4 +1,5 @@ kill-about = Send signal to processes or list information about signals. + Part of uutils. kill-usage = kill [OPTIONS]... PID... # Help messages diff --git a/src/uu/link/locales/en-US.ftl b/src/uu/link/locales/en-US.ftl index 77f7dc88432..9e803805c4e 100644 --- a/src/uu/link/locales/en-US.ftl +++ b/src/uu/link/locales/en-US.ftl @@ -1,4 +1,5 @@ link-about = Call the link function to create a link named FILE2 to an existing FILE1. + Part of uutils. link-usage = link FILE1 FILE2 link-error-cannot-create-link = cannot create link { $new } to { $old } diff --git a/src/uu/ln/locales/en-US.ftl b/src/uu/ln/locales/en-US.ftl index 337d5c2a0d9..3e490fdd19f 100644 --- a/src/uu/ln/locales/en-US.ftl +++ b/src/uu/ln/locales/en-US.ftl @@ -1,4 +1,5 @@ ln-about = Make links between files. + Part of uutils. ln-usage = ln [OPTION]... [-T] TARGET LINK_NAME ln [OPTION]... TARGET ln [OPTION]... TARGET... DIRECTORY diff --git a/src/uu/logname/locales/en-US.ftl b/src/uu/logname/locales/en-US.ftl index 5116cb8d666..be1e2f2a407 100644 --- a/src/uu/logname/locales/en-US.ftl +++ b/src/uu/logname/locales/en-US.ftl @@ -1,3 +1,4 @@ logname-about = Print user's login name + Part of uutils. logname-error-no-login-name = no login name logname-usage = logname diff --git a/src/uu/ls/locales/en-US.ftl b/src/uu/ls/locales/en-US.ftl index fd6fc38fd59..3b4b9dbe5c0 100644 --- a/src/uu/ls/locales/en-US.ftl +++ b/src/uu/ls/locales/en-US.ftl @@ -1,11 +1,14 @@ ls-about = List directory contents. Ignore files and directories starting with a '.' by default + Part of uutils. dir-about = List directory contents. Ignore files and directories starting with a '.' by default + Part of uutils. vdir-about = List directory contents. Ignore files and directories starting with a '.' by default - Mandatory arguments to long options are mandatory for short options too. + Part of uutils. + ls-usage = ls [OPTION]... [FILE]... dir-usage = dir [OPTION]... [FILE]... vdir-usage = vdir [OPTION]... [FILE]... diff --git a/src/uu/md5sum/locales/en-US.ftl b/src/uu/md5sum/locales/en-US.ftl index 9712ff7c66d..f81961ce3fd 100644 --- a/src/uu/md5sum/locales/en-US.ftl +++ b/src/uu/md5sum/locales/en-US.ftl @@ -1,2 +1,3 @@ md5sum-about = Print or check the MD5 checksums + Part of uutils. md5sum-usage = md5sum [OPTIONS] [FILE]... diff --git a/src/uu/mkdir/locales/en-US.ftl b/src/uu/mkdir/locales/en-US.ftl index 44fd5f5adf3..2ddecf001a0 100644 --- a/src/uu/mkdir/locales/en-US.ftl +++ b/src/uu/mkdir/locales/en-US.ftl @@ -1,4 +1,5 @@ mkdir-about = Create the given DIRECTORY(ies) if they do not exist + Part of uutils. mkdir-usage = mkdir [OPTION]... DIRECTORY... mkdir-after-help = Each MODE is of the form [ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=]?[0-7]+. diff --git a/src/uu/mkfifo/locales/en-US.ftl b/src/uu/mkfifo/locales/en-US.ftl index c6dcae83180..8b79fd55bab 100644 --- a/src/uu/mkfifo/locales/en-US.ftl +++ b/src/uu/mkfifo/locales/en-US.ftl @@ -1,4 +1,5 @@ mkfifo-about = Create a FIFO with the given name. + Part of uutils. mkfifo-usage = mkfifo [OPTION]... NAME... # Help messages diff --git a/src/uu/mknod/locales/en-US.ftl b/src/uu/mknod/locales/en-US.ftl index 4d655d4c0e9..d4bb34c6563 100644 --- a/src/uu/mknod/locales/en-US.ftl +++ b/src/uu/mknod/locales/en-US.ftl @@ -1,4 +1,5 @@ mknod-about = Create the special file NAME of the given TYPE. + Part of uutils. mknod-usage = mknod [OPTION]... NAME TYPE [MAJOR MINOR] mknod-after-help = Mandatory arguments to long options are mandatory for short options too. -m, --mode=MODE set file permission bits to MODE, not a=rw - umask diff --git a/src/uu/mktemp/locales/en-US.ftl b/src/uu/mktemp/locales/en-US.ftl index 7f48c4940c3..bbc2e4a4b57 100644 --- a/src/uu/mktemp/locales/en-US.ftl +++ b/src/uu/mktemp/locales/en-US.ftl @@ -1,4 +1,5 @@ mktemp-about = Create a temporary file or directory. + Part of uutils. mktemp-usage = mktemp [OPTION]... [TEMPLATE] # Help messages diff --git a/src/uu/more/locales/en-US.ftl b/src/uu/more/locales/en-US.ftl index 4743d1ebaf7..8b578a5391b 100644 --- a/src/uu/more/locales/en-US.ftl +++ b/src/uu/more/locales/en-US.ftl @@ -1,4 +1,5 @@ more-about = Display the contents of a text file + Part of uutils. more-usage = more [OPTIONS] FILE... # Error messages diff --git a/src/uu/mv/locales/en-US.ftl b/src/uu/mv/locales/en-US.ftl index 4bb5339fe32..157d2c5df8e 100644 --- a/src/uu/mv/locales/en-US.ftl +++ b/src/uu/mv/locales/en-US.ftl @@ -1,4 +1,5 @@ mv-about = Move SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY. + Part of uutils. mv-usage = mv [OPTION]... [-T] SOURCE DEST mv [OPTION]... SOURCE... DIRECTORY mv [OPTION]... -t DIRECTORY SOURCE... diff --git a/src/uu/nice/locales/en-US.ftl b/src/uu/nice/locales/en-US.ftl index 1630b292572..d1b5c083d29 100644 --- a/src/uu/nice/locales/en-US.ftl +++ b/src/uu/nice/locales/en-US.ftl @@ -1,6 +1,7 @@ nice-about = Run COMMAND with an adjusted niceness, which affects process scheduling. With no COMMAND, print the current niceness. Niceness values range from -20 (most favorable to the process) to 19 (least favorable to the process). + Part of uutils. nice-usage = nice [OPTION] [COMMAND [ARG]...] # Error messages diff --git a/src/uu/nl/locales/en-US.ftl b/src/uu/nl/locales/en-US.ftl index b23c5965edd..c3080fec80a 100644 --- a/src/uu/nl/locales/en-US.ftl +++ b/src/uu/nl/locales/en-US.ftl @@ -1,4 +1,5 @@ nl-about = Number lines of files + Part of uutils. nl-usage = nl [OPTION]... [FILE]... nl-after-help = STYLE is one of: diff --git a/src/uu/nohup/locales/en-US.ftl b/src/uu/nohup/locales/en-US.ftl index abc51841c29..62727555c08 100644 --- a/src/uu/nohup/locales/en-US.ftl +++ b/src/uu/nohup/locales/en-US.ftl @@ -1,4 +1,5 @@ nohup-about = Run COMMAND ignoring hangup signals. + Part of uutils. nohup-usage = nohup COMMAND [ARG]... nohup OPTION nohup-after-help = If standard input is terminal, it'll be replaced with /dev/null. diff --git a/src/uu/nproc/locales/en-US.ftl b/src/uu/nproc/locales/en-US.ftl index 0a7b97cc64d..9d13f4a7018 100644 --- a/src/uu/nproc/locales/en-US.ftl +++ b/src/uu/nproc/locales/en-US.ftl @@ -1,6 +1,7 @@ nproc-about = Print the number of cores available to the current process. If the OMP_NUM_THREADS or OMP_THREAD_LIMIT environment variables are set, then they will determine the minimum and maximum returned value respectively. + Part of uutils. nproc-usage = nproc [OPTIONS]... # Error messages diff --git a/src/uu/numfmt/locales/en-US.ftl b/src/uu/numfmt/locales/en-US.ftl index b1a773ac5c4..8a897ec4120 100644 --- a/src/uu/numfmt/locales/en-US.ftl +++ b/src/uu/numfmt/locales/en-US.ftl @@ -1,4 +1,5 @@ numfmt-about = Convert numbers from/to human-readable strings + Part of uutils. numfmt-usage = numfmt [OPTION]... [NUMBER]... numfmt-after-help = UNIT options: diff --git a/src/uu/od/locales/en-US.ftl b/src/uu/od/locales/en-US.ftl index 2c0d8baed49..193bb261258 100644 --- a/src/uu/od/locales/en-US.ftl +++ b/src/uu/od/locales/en-US.ftl @@ -1,4 +1,5 @@ od-about = Dump files in octal and other formats + Part of uutils. od-usage = od [OPTION]... [--] [FILENAME]... od [-abcdDefFhHiIlLoOsxX] [FILENAME] [[+][0x]OFFSET[.][b]] od --traditional [OPTION]... [FILENAME] [[+][0x]OFFSET[.][b] [[+][0x]LABEL[.][b]]] diff --git a/src/uu/paste/locales/en-US.ftl b/src/uu/paste/locales/en-US.ftl index 8dc74ad2d90..45791a822d8 100644 --- a/src/uu/paste/locales/en-US.ftl +++ b/src/uu/paste/locales/en-US.ftl @@ -1,5 +1,6 @@ paste-about = Write lines consisting of the sequentially corresponding lines from each FILE, separated by TABs, to standard output. + Part of uutils. paste-usage = paste [OPTIONS] [FILE]... # Help messages diff --git a/src/uu/pathchk/locales/en-US.ftl b/src/uu/pathchk/locales/en-US.ftl index ee5dad5c0c4..9b4ba0064ce 100644 --- a/src/uu/pathchk/locales/en-US.ftl +++ b/src/uu/pathchk/locales/en-US.ftl @@ -1,4 +1,5 @@ pathchk-about = Check whether file names are valid or portable + Part of uutils. pathchk-usage = pathchk [OPTION]... NAME... # Help messages diff --git a/src/uu/pinky/locales/en-US.ftl b/src/uu/pinky/locales/en-US.ftl index eba1148b7c2..910153e5eec 100644 --- a/src/uu/pinky/locales/en-US.ftl +++ b/src/uu/pinky/locales/en-US.ftl @@ -1,4 +1,5 @@ pinky-about = Displays brief user information on Unix-based systems + Part of uutils. pinky-usage = pinky [OPTION]... [USER]... pinky-about-musl-warning = Warning: When built with musl libc, the `pinky` utility may show incomplete or missing user information due to musl's stub implementation of `utmpx` diff --git a/src/uu/pr/locales/en-US.ftl b/src/uu/pr/locales/en-US.ftl index 946dea2cb51..ca3bacf2b08 100644 --- a/src/uu/pr/locales/en-US.ftl +++ b/src/uu/pr/locales/en-US.ftl @@ -1,4 +1,5 @@ pr-about = paginate or columnate FILE(s) for printing + Part of uutils. pr-after-help = If no FILE(s) are given, or if FILE is -, read standard input. diff --git a/src/uu/printenv/locales/en-US.ftl b/src/uu/printenv/locales/en-US.ftl index 20c1a81f8dc..6ab90a4228f 100644 --- a/src/uu/printenv/locales/en-US.ftl +++ b/src/uu/printenv/locales/en-US.ftl @@ -1,4 +1,5 @@ printenv-about = Display the values of the specified environment VARIABLE(s), or (with no VARIABLE) display name and value pairs for them all. + Part of uutils. printenv-usage = printenv [OPTION]... [VARIABLE]... printenv-help-null = end each output line with 0 byte rather than newline diff --git a/src/uu/printf/locales/en-US.ftl b/src/uu/printf/locales/en-US.ftl index 7ecea31aa85..10a1e807a7e 100644 --- a/src/uu/printf/locales/en-US.ftl +++ b/src/uu/printf/locales/en-US.ftl @@ -1,4 +1,5 @@ printf-about = Print output based off of the format string and proceeding arguments. + Part of uutils. printf-usage = printf FORMAT [ARGUMENT]... printf OPTION printf-after-help = basic anonymous string templating: diff --git a/src/uu/ptx/locales/en-US.ftl b/src/uu/ptx/locales/en-US.ftl index c9d991c9bf9..32203e30de6 100644 --- a/src/uu/ptx/locales/en-US.ftl +++ b/src/uu/ptx/locales/en-US.ftl @@ -2,6 +2,7 @@ ptx-about = Produce a permuted index of file contents Output a permuted index, including context, of the words in the input files. Mandatory arguments to long options are mandatory for short options too. With no FILE, or when FILE is -, read standard input. Default is '-F /'. + Part of uutils. ptx-usage = ptx [OPTION]... [INPUT]... ptx -G [OPTION]... [INPUT [OUTPUT]] diff --git a/src/uu/pwd/locales/en-US.ftl b/src/uu/pwd/locales/en-US.ftl index ffed18f3719..d841a44763d 100644 --- a/src/uu/pwd/locales/en-US.ftl +++ b/src/uu/pwd/locales/en-US.ftl @@ -1,4 +1,5 @@ pwd-about = Display the full filename of the current working directory. + Part of uutils. pwd-usage = pwd [OPTION]... # Help messages diff --git a/src/uu/readlink/locales/en-US.ftl b/src/uu/readlink/locales/en-US.ftl index bdf8e1e87bc..f2e78564774 100644 --- a/src/uu/readlink/locales/en-US.ftl +++ b/src/uu/readlink/locales/en-US.ftl @@ -1,4 +1,5 @@ readlink-about = Print value of a symbolic link or canonical file name. + Part of uutils. readlink-usage = readlink [OPTION]... [FILE]... # Help messages diff --git a/src/uu/realpath/locales/en-US.ftl b/src/uu/realpath/locales/en-US.ftl index 256a6c751ff..b29543e99d1 100644 --- a/src/uu/realpath/locales/en-US.ftl +++ b/src/uu/realpath/locales/en-US.ftl @@ -1,4 +1,5 @@ realpath-about = Print the resolved path + Part of uutils. realpath-usage = realpath [OPTION]... FILE... # Help messages diff --git a/src/uu/rm/locales/en-US.ftl b/src/uu/rm/locales/en-US.ftl index 8a9a3513eaa..fc822c72932 100644 --- a/src/uu/rm/locales/en-US.ftl +++ b/src/uu/rm/locales/en-US.ftl @@ -1,4 +1,5 @@ rm-about = Remove (unlink) the FILE(s) + Part of uutils. rm-usage = rm [OPTION]... FILE... rm-after-help = By default, rm does not remove directories. Use the --recursive (-r or -R) option to remove each listed directory, too, along with all of its contents diff --git a/src/uu/rmdir/locales/en-US.ftl b/src/uu/rmdir/locales/en-US.ftl index 3c12e3b42c0..4e8026720b6 100644 --- a/src/uu/rmdir/locales/en-US.ftl +++ b/src/uu/rmdir/locales/en-US.ftl @@ -1,4 +1,5 @@ rmdir-about = Remove the DIRECTORY(ies), if they are empty. + Part of uutils. rmdir-usage = rmdir [OPTION]... DIRECTORY... # Help messages diff --git a/src/uu/runcon/locales/en-US.ftl b/src/uu/runcon/locales/en-US.ftl index bc3fd405015..78ec6986eac 100644 --- a/src/uu/runcon/locales/en-US.ftl +++ b/src/uu/runcon/locales/en-US.ftl @@ -1,4 +1,5 @@ runcon-about = Run command with specified security context under SELinux enabled systems. + Part of uutils. runcon-usage = runcon CONTEXT COMMAND [ARG...] runcon [-c] [-u USER] [-r ROLE] [-t TYPE] [-l RANGE] COMMAND [ARG...] runcon-after-help = Run COMMAND with completely-specified CONTEXT, or with current or transitioned security context modified by one or more of LEVEL, ROLE, TYPE, and USER. diff --git a/src/uu/seq/locales/en-US.ftl b/src/uu/seq/locales/en-US.ftl index 34a97d43868..bcc1b03d52d 100644 --- a/src/uu/seq/locales/en-US.ftl +++ b/src/uu/seq/locales/en-US.ftl @@ -1,4 +1,5 @@ seq-about = Display numbers from FIRST to LAST, in steps of INCREMENT. + Part of uutils. seq-usage = seq [OPTION]... LAST seq [OPTION]... FIRST LAST seq [OPTION]... FIRST INCREMENT LAST diff --git a/src/uu/sha1sum/locales/en-US.ftl b/src/uu/sha1sum/locales/en-US.ftl index 378b8f8d456..b53651acf0b 100644 --- a/src/uu/sha1sum/locales/en-US.ftl +++ b/src/uu/sha1sum/locales/en-US.ftl @@ -1,2 +1,3 @@ sha1sum-about = Print or check the SHA1 checksums + Part of uutils. sha1sum-usage = sha1sum [OPTIONS] [FILE]... diff --git a/src/uu/sha224sum/locales/en-US.ftl b/src/uu/sha224sum/locales/en-US.ftl index 00f852b7126..f7760a87f4a 100644 --- a/src/uu/sha224sum/locales/en-US.ftl +++ b/src/uu/sha224sum/locales/en-US.ftl @@ -1,2 +1,3 @@ sha224sum-about = Print or check the SHA224 checksums + Part of uutils. sha224sum-usage = sha224sum [OPTIONS] [FILE]... diff --git a/src/uu/sha256sum/locales/en-US.ftl b/src/uu/sha256sum/locales/en-US.ftl index 60a0b4a3f33..756f630082e 100644 --- a/src/uu/sha256sum/locales/en-US.ftl +++ b/src/uu/sha256sum/locales/en-US.ftl @@ -1,2 +1,3 @@ sha256sum-about = Print or check the SHA256 checksums + Part of uutils. sha256sum-usage = sha256sum [OPTIONS] [FILE]... diff --git a/src/uu/sha384sum/locales/en-US.ftl b/src/uu/sha384sum/locales/en-US.ftl index e10a99c1eb3..e51c6c92868 100644 --- a/src/uu/sha384sum/locales/en-US.ftl +++ b/src/uu/sha384sum/locales/en-US.ftl @@ -1,2 +1,3 @@ sha384sum-about = Print or check the SHA384 checksums + Part of uutils. sha384sum-usage = sha384sum [OPTIONS] [FILE]... diff --git a/src/uu/sha512sum/locales/en-US.ftl b/src/uu/sha512sum/locales/en-US.ftl index 395a9007771..8c17ceadd3d 100644 --- a/src/uu/sha512sum/locales/en-US.ftl +++ b/src/uu/sha512sum/locales/en-US.ftl @@ -1,2 +1,3 @@ sha512sum-about = Print or check the SHA512 checksums + Part of uutils. sha512sum-usage = sha512sum [OPTIONS] [FILE]... diff --git a/src/uu/shred/locales/en-US.ftl b/src/uu/shred/locales/en-US.ftl index 41af9150ad7..344acf07f2e 100644 --- a/src/uu/shred/locales/en-US.ftl +++ b/src/uu/shred/locales/en-US.ftl @@ -1,5 +1,6 @@ shred-about = Overwrite the specified FILE(s) repeatedly, in order to make it harder for even very expensive hardware probing to recover the data. + Part of uutils. shred-usage = shred [OPTION]... FILE... shred-after-help = Delete FILE(s) if --remove (-u) is specified. The default is not to remove the files because it is common to operate on device files like /dev/hda, and diff --git a/src/uu/shuf/locales/en-US.ftl b/src/uu/shuf/locales/en-US.ftl index de322117983..73bd65b066c 100644 --- a/src/uu/shuf/locales/en-US.ftl +++ b/src/uu/shuf/locales/en-US.ftl @@ -1,6 +1,7 @@ shuf-about = Shuffle the input by outputting a random permutation of input lines. Each output permutation is equally likely. With no FILE, or when FILE is -, read standard input. + Part of uutils. shuf-usage = shuf [OPTION]... [FILE] shuf -e [OPTION]... [ARG]... shuf -i LO-HI [OPTION]... diff --git a/src/uu/sleep/locales/en-US.ftl b/src/uu/sleep/locales/en-US.ftl index d411be3e0e4..935a2371af5 100644 --- a/src/uu/sleep/locales/en-US.ftl +++ b/src/uu/sleep/locales/en-US.ftl @@ -1,4 +1,5 @@ sleep-about = Pause for NUMBER seconds. + Part of uutils. sleep-usage = sleep NUMBER[SUFFIX]... sleep OPTION sleep-after-help = Pause for NUMBER seconds. SUFFIX may be 's' for seconds (the default), diff --git a/src/uu/sort/locales/en-US.ftl b/src/uu/sort/locales/en-US.ftl index 5c83ee7803a..b84f54a3806 100644 --- a/src/uu/sort/locales/en-US.ftl +++ b/src/uu/sort/locales/en-US.ftl @@ -1,4 +1,5 @@ sort-about = Display sorted concatenation of all FILE(s). With no FILE, or when FILE is -, read standard input. + Part of uutils. sort-usage = sort [OPTION]... [FILE]... sort-after-help = The key format is FIELD[.CHAR][OPTIONS][,FIELD[.CHAR]][OPTIONS]. diff --git a/src/uu/split/locales/en-US.ftl b/src/uu/split/locales/en-US.ftl index 629b8956d75..317abcb47e1 100644 --- a/src/uu/split/locales/en-US.ftl +++ b/src/uu/split/locales/en-US.ftl @@ -1,4 +1,5 @@ split-about = Create output files containing consecutive or interleaved sections of input + Part of uutils. split-usage = split [OPTION]... [INPUT [PREFIX]] split-after-help = Output fixed-size pieces of INPUT to PREFIXaa, PREFIXab, ...; default size is 1000, and default PREFIX is 'x'. With no INPUT, or when INPUT is -, read standard input. diff --git a/src/uu/stat/locales/en-US.ftl b/src/uu/stat/locales/en-US.ftl index f36d7ec6faf..7df6bc88c6e 100644 --- a/src/uu/stat/locales/en-US.ftl +++ b/src/uu/stat/locales/en-US.ftl @@ -1,4 +1,5 @@ stat-about = Display file or file system status. + Part of uutils. stat-usage = stat [OPTION]... FILE... stat-after-help = Valid format sequences for files (without `--file-system`): diff --git a/src/uu/stdbuf/locales/en-US.ftl b/src/uu/stdbuf/locales/en-US.ftl index 50269efc3ee..8115b63bc81 100644 --- a/src/uu/stdbuf/locales/en-US.ftl +++ b/src/uu/stdbuf/locales/en-US.ftl @@ -1,6 +1,7 @@ stdbuf-about = Run COMMAND, with modified buffering operations for its standard streams. Mandatory arguments to long options are mandatory for short options too. + Part of uutils. stdbuf-usage = stdbuf [OPTION]... COMMAND stdbuf-after-help = If MODE is 'L' the corresponding stream will be line buffered. This option is invalid with standard input. diff --git a/src/uu/stty/locales/en-US.ftl b/src/uu/stty/locales/en-US.ftl index 0fb55f2e28a..3497f72784d 100644 --- a/src/uu/stty/locales/en-US.ftl +++ b/src/uu/stty/locales/en-US.ftl @@ -3,6 +3,7 @@ stty-usage = stty [-F DEVICE | --file=DEVICE] [SETTING]... or: stty [-F DEVICE | --file=DEVICE] [-g|--save] stty-about = Print or change terminal characteristics. + Part of uutils. stty-option-all = print all current settings in human-readable form stty-option-save = print all current settings in a stty-readable form diff --git a/src/uu/sum/locales/en-US.ftl b/src/uu/sum/locales/en-US.ftl index 832c0eaecc2..d0fa2cec2e9 100644 --- a/src/uu/sum/locales/en-US.ftl +++ b/src/uu/sum/locales/en-US.ftl @@ -1,6 +1,7 @@ sum-about = Checksum and count the blocks in a file. With no FILE, or when FILE is -, read standard input. + Part of uutils. sum-usage = sum [OPTION]... [FILE]... # Help messages diff --git a/src/uu/sync/locales/en-US.ftl b/src/uu/sync/locales/en-US.ftl index 272e5a822d2..5f408db18be 100644 --- a/src/uu/sync/locales/en-US.ftl +++ b/src/uu/sync/locales/en-US.ftl @@ -1,4 +1,5 @@ sync-about = Synchronize cached writes to persistent storage + Part of uutils. sync-usage = sync [OPTION]... FILE... # Help messages diff --git a/src/uu/tac/locales/en-US.ftl b/src/uu/tac/locales/en-US.ftl index 4782094b30f..b27f0af3dc1 100644 --- a/src/uu/tac/locales/en-US.ftl +++ b/src/uu/tac/locales/en-US.ftl @@ -1,4 +1,5 @@ tac-about = Write each file to standard output, last line first. + Part of uutils. tac-usage = tac [OPTION]... [FILE]... tac-help-before = attach the separator before instead of after tac-help-regex = interpret the sequence as a regular expression diff --git a/src/uu/tail/locales/en-US.ftl b/src/uu/tail/locales/en-US.ftl index 44b9a7c6288..e5205ad73f0 100644 --- a/src/uu/tail/locales/en-US.ftl +++ b/src/uu/tail/locales/en-US.ftl @@ -2,6 +2,7 @@ tail-about = Print the last 10 lines of each FILE to standard output. With more than one FILE, precede each with a header giving the file name. With no FILE, or when FILE is -, read standard input. Mandatory arguments to long flags are mandatory for short flags too. + Part of uutils. tail-usage = tail [FLAG]... [FILE]... # Help messages diff --git a/src/uu/tee/locales/en-US.ftl b/src/uu/tee/locales/en-US.ftl index 47bd49c74a0..297cc9184eb 100644 --- a/src/uu/tee/locales/en-US.ftl +++ b/src/uu/tee/locales/en-US.ftl @@ -1,4 +1,5 @@ tee-about = Copy standard input to each FILE, and also to standard output. + Part of uutils. tee-usage = tee [OPTION]... [FILE]... tee-after-help = If a FILE is -, it refers to a file named - . diff --git a/src/uu/test/locales/en-US.ftl b/src/uu/test/locales/en-US.ftl index 56d8d4f65a3..9cd6261f13b 100644 --- a/src/uu/test/locales/en-US.ftl +++ b/src/uu/test/locales/en-US.ftl @@ -1,4 +1,5 @@ test-about = Check file types and compare values. + Part of uutils. test-usage = test EXPRESSION test {"[ EXPRESSION ]"} diff --git a/src/uu/timeout/locales/en-US.ftl b/src/uu/timeout/locales/en-US.ftl index 5456af3f98d..b8549f3eef2 100644 --- a/src/uu/timeout/locales/en-US.ftl +++ b/src/uu/timeout/locales/en-US.ftl @@ -1,4 +1,5 @@ timeout-about = Start COMMAND, and kill it if still running after DURATION. + Part of uutils. timeout-usage = timeout [OPTION] DURATION COMMAND... # Help messages diff --git a/src/uu/touch/locales/en-US.ftl b/src/uu/touch/locales/en-US.ftl index 985f7cca193..7df80a7f36d 100644 --- a/src/uu/touch/locales/en-US.ftl +++ b/src/uu/touch/locales/en-US.ftl @@ -1,4 +1,5 @@ touch-about = Update the access and modification times of each FILE to the current time. + Part of uutils. touch-usage = touch [OPTION]... [FILE]... # Help messages diff --git a/src/uu/tr/locales/en-US.ftl b/src/uu/tr/locales/en-US.ftl index f91f2de3033..273bfb7e9ad 100644 --- a/src/uu/tr/locales/en-US.ftl +++ b/src/uu/tr/locales/en-US.ftl @@ -1,4 +1,5 @@ tr-about = Translate or delete characters + Part of uutils. tr-usage = tr [OPTION]... SET1 [SET2] tr-after-help = Translate, squeeze, and/or delete characters from standard input, writing to standard output. diff --git a/src/uu/true/locales/en-US.ftl b/src/uu/true/locales/en-US.ftl index c5806a10d32..36be132a6bd 100644 --- a/src/uu/true/locales/en-US.ftl +++ b/src/uu/true/locales/en-US.ftl @@ -3,6 +3,7 @@ true-about = Returns true, a successful exit status. Immediately returns with the exit status 0, except when invoked with one of the recognized options. In those cases it will try to write the help or version text. Any IO error during this operation causes the program to return 1 instead. + Part of uutils. true-help-text = Print help information true-version-text = Print version information diff --git a/src/uu/truncate/locales/en-US.ftl b/src/uu/truncate/locales/en-US.ftl index f34142743c9..96516aecddd 100644 --- a/src/uu/truncate/locales/en-US.ftl +++ b/src/uu/truncate/locales/en-US.ftl @@ -1,4 +1,5 @@ truncate-about = Shrink or extend the size of each file to the specified size. + Part of uutils. truncate-usage = truncate [OPTION]... [FILE]... truncate-after-help = SIZE is an integer with an optional prefix and optional unit. The available units (K, M, G, T, P, E, Z, and Y) use the following format: diff --git a/src/uu/tsort/locales/en-US.ftl b/src/uu/tsort/locales/en-US.ftl index 2b2f90a1e01..fbfbf9b3e37 100644 --- a/src/uu/tsort/locales/en-US.ftl +++ b/src/uu/tsort/locales/en-US.ftl @@ -2,6 +2,7 @@ tsort-about = Topological sort the strings in FILE. Strings are defined as any sequence of tokens separated by whitespace (tab, space, or newline), ordering them based on dependencies in a directed acyclic graph (DAG). Useful for scheduling and determining execution order. If FILE is not passed in, stdin is used instead. + Part of uutils. tsort-usage = tsort [OPTIONS] FILE tsort-error-is-dir = read error: Is a directory tsort-error-odd = input contains an odd number of tokens diff --git a/src/uu/tty/locales/en-US.ftl b/src/uu/tty/locales/en-US.ftl index 681607ef025..ea288dcff20 100644 --- a/src/uu/tty/locales/en-US.ftl +++ b/src/uu/tty/locales/en-US.ftl @@ -1,4 +1,5 @@ tty-about = Print the file name of the terminal connected to standard input. + Part of uutils. tty-usage = tty [OPTION]... # Help messages diff --git a/src/uu/uname/locales/en-US.ftl b/src/uu/uname/locales/en-US.ftl index b985518427d..5c2826c39b0 100644 --- a/src/uu/uname/locales/en-US.ftl +++ b/src/uu/uname/locales/en-US.ftl @@ -1,5 +1,6 @@ uname-about = Print certain system information. With no OPTION, same as -s. + Part of uutils. uname-usage = uname [OPTION]... # Error messages diff --git a/src/uu/unexpand/locales/en-US.ftl b/src/uu/unexpand/locales/en-US.ftl index 3a2a2092840..8ddc8f70f39 100644 --- a/src/uu/unexpand/locales/en-US.ftl +++ b/src/uu/unexpand/locales/en-US.ftl @@ -1,5 +1,6 @@ unexpand-about = Convert blanks in each FILE to tabs, writing to standard output. With no FILE, or when FILE is -, read standard input. + Part of uutils. unexpand-usage = unexpand [OPTION]... [FILE]... # Help messages diff --git a/src/uu/uniq/locales/en-US.ftl b/src/uu/uniq/locales/en-US.ftl index 3106270cba9..0d35c2f5077 100644 --- a/src/uu/uniq/locales/en-US.ftl +++ b/src/uu/uniq/locales/en-US.ftl @@ -1,4 +1,5 @@ uniq-about = Report or omit repeated lines. + Part of uutils. uniq-usage = uniq [OPTION]... [INPUT [OUTPUT]] uniq-after-help = Filter adjacent matching lines from INPUT (or standard input), writing to OUTPUT (or standard output). diff --git a/src/uu/unlink/locales/en-US.ftl b/src/uu/unlink/locales/en-US.ftl index d2c768cb25a..8be70c75524 100644 --- a/src/uu/unlink/locales/en-US.ftl +++ b/src/uu/unlink/locales/en-US.ftl @@ -1,4 +1,5 @@ unlink-about = Unlink the file at FILE. + Part of uutils. unlink-usage = unlink FILE unlink OPTION unlink-error-cannot-unlink = cannot unlink { $path } diff --git a/src/uu/uptime/locales/en-US.ftl b/src/uu/uptime/locales/en-US.ftl index 84704c95196..e443f951720 100644 --- a/src/uu/uptime/locales/en-US.ftl +++ b/src/uu/uptime/locales/en-US.ftl @@ -1,6 +1,7 @@ uptime-about = Display the current time, the length of time the system has been up, the number of users on the system, and the average number of jobs in the run queue over the last 1, 5 and 15 minutes. + Part of uutils. uptime-usage = uptime [OPTION]... uptime-about-musl-warning = Warning: When built with musl libc, the `uptime` utility may show '0 users' due to musl's stub implementation of utmpx functions. Boot time and load averages diff --git a/src/uu/users/locales/en-US.ftl b/src/uu/users/locales/en-US.ftl index ec54112c854..8bd2fb7d370 100644 --- a/src/uu/users/locales/en-US.ftl +++ b/src/uu/users/locales/en-US.ftl @@ -1,4 +1,5 @@ users-about = Print the user names of users currently logged in to the current host. + Part of uutils. users-usage = users [FILE] users-about-musl-warning = Warning: When built with musl libc, the `users` utility may show '0 users', diff --git a/src/uu/wc/locales/en-US.ftl b/src/uu/wc/locales/en-US.ftl index c6d2262b950..e11929e0f98 100644 --- a/src/uu/wc/locales/en-US.ftl +++ b/src/uu/wc/locales/en-US.ftl @@ -1,4 +1,5 @@ wc-about = Print newline, word, and byte counts for each FILE, and a total line if more than one FILE is specified. + Part of uutils. wc-usage = wc [OPTION]... [FILE]... # Help messages diff --git a/src/uu/who/locales/en-US.ftl b/src/uu/who/locales/en-US.ftl index 2984c2fdcc5..6e35b9cacb5 100644 --- a/src/uu/who/locales/en-US.ftl +++ b/src/uu/who/locales/en-US.ftl @@ -1,4 +1,5 @@ who-about = Print information about users who are currently logged in. + Part of uutils. who-usage = who [OPTION]... [ FILE | ARG1 ARG2 ] who-about-musl-warning = Note: When built with musl libc, the `who` utility will not display any information about logged-in users. This is due to musl's stub implementation diff --git a/src/uu/whoami/locales/en-US.ftl b/src/uu/whoami/locales/en-US.ftl index cad8e524354..84ead186a96 100644 --- a/src/uu/whoami/locales/en-US.ftl +++ b/src/uu/whoami/locales/en-US.ftl @@ -1,4 +1,5 @@ whoami-about = Print the current username. + Part of uutils. whoami-usage = whoami # Error messages diff --git a/src/uu/yes/locales/en-US.ftl b/src/uu/yes/locales/en-US.ftl index 9daaaa820b0..c9c823cbec2 100644 --- a/src/uu/yes/locales/en-US.ftl +++ b/src/uu/yes/locales/en-US.ftl @@ -1,4 +1,5 @@ yes-about = Repeatedly display a line with STRING (or 'y') + Part of uutils. yes-usage = yes [STRING]... # Error messages diff --git a/src/uucore/src/lib/mods/locale.rs b/src/uucore/src/lib/mods/locale.rs index 99afc8c0c8a..a1ea95194fb 100644 --- a/src/uucore/src/lib/mods/locale.rs +++ b/src/uucore/src/lib/mods/locale.rs @@ -1431,7 +1431,10 @@ invalid-syntax = This is { $missing // Verify we can get messages (using embedded English) let message = get_message("test-about"); - assert_eq!(message, "Check file types and compare values."); // Should use embedded English + assert_eq!( + message, + "Check file types and compare values.\nPart of uutils." + ); // Should use embedded English }) .join() .unwrap();