Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/uu/arch/locales/en-US.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/uu/b2sum/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
b2sum-about = Print or check the BLAKE2b checksums
Part of uutils.
b2sum-usage = b2sum [OPTIONS] [FILE]...
4 changes: 4 additions & 0 deletions src/uu/base32/locales/en-US.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,19 @@ 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.
When decoding, the input may contain newlines in addition
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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/basename/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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...

Expand Down
1 change: 1 addition & 0 deletions src/uu/cat/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/chcon/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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...
Expand Down
1 change: 1 addition & 0 deletions src/uu/chgrp/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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...

Expand Down
1 change: 1 addition & 0 deletions src/uu/chmod/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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...
Expand Down
1 change: 1 addition & 0 deletions src/uu/chown/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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...

Expand Down
1 change: 1 addition & 0 deletions src/uu/chroot/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/cksum/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
1 change: 1 addition & 0 deletions src/uu/comm/locales/en-US.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/cp/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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...
Expand Down
1 change: 1 addition & 0 deletions src/uu/csplit/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 1 addition & 0 deletions src/uu/cut/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/uu/date/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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]]
Expand Down
1 change: 1 addition & 0 deletions src/uu/dd/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/df/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions src/uu/dircolors/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions src/uu/dirname/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
1 change: 1 addition & 0 deletions src/uu/du/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
1 change: 1 addition & 0 deletions src/uu/echo/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 1 addition & 0 deletions src/uu/env/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 1 addition & 0 deletions src/uu/expand/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/expr/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/factor/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/false/locales/en-US.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/uu/fmt/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
fmt-about = Reformat paragraphs from input (or standard input) to stdout.
Part of uutils.
fmt-usage = [OPTION]... [FILE]...

# Help messages
Expand Down
1 change: 1 addition & 0 deletions src/uu/fold/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/groups/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/uu/head/locales/en-US.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/hostid/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
hostid-about = Print the numeric identifier (in hexadecimal) for the current host
Part of uutils.
hostid-usage = hostid [options]
1 change: 1 addition & 0 deletions src/uu/hostname/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/id/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/install/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/join/locales/en-US.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/kill/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/link/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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 }
1 change: 1 addition & 0 deletions src/uu/ln/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/logname/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
5 changes: 4 additions & 1 deletion src/uu/ls/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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]...
Expand Down
1 change: 1 addition & 0 deletions src/uu/md5sum/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
md5sum-about = Print or check the MD5 checksums
Part of uutils.
md5sum-usage = md5sum [OPTIONS] [FILE]...
1 change: 1 addition & 0 deletions src/uu/mkdir/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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]+.

Expand Down
1 change: 1 addition & 0 deletions src/uu/mkfifo/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
mkfifo-about = Create a FIFO with the given name.
Part of uutils.
mkfifo-usage = mkfifo [OPTION]... NAME...

# Help messages
Expand Down
1 change: 1 addition & 0 deletions src/uu/mknod/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/mktemp/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
mktemp-about = Create a temporary file or directory.
Part of uutils.
mktemp-usage = mktemp [OPTION]... [TEMPLATE]

# Help messages
Expand Down
1 change: 1 addition & 0 deletions src/uu/more/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
more-about = Display the contents of a text file
Part of uutils.
more-usage = more [OPTIONS] FILE...

# Error messages
Expand Down
1 change: 1 addition & 0 deletions src/uu/mv/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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...
Expand Down
1 change: 1 addition & 0 deletions src/uu/nice/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/nl/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
1 change: 1 addition & 0 deletions src/uu/nohup/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions src/uu/nproc/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/numfmt/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
1 change: 1 addition & 0 deletions src/uu/od/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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]]]
Expand Down
1 change: 1 addition & 0 deletions src/uu/paste/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/uu/pathchk/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pathchk-about = Check whether file names are valid or portable
Part of uutils.
pathchk-usage = pathchk [OPTION]... NAME...

# Help messages
Expand Down
1 change: 1 addition & 0 deletions src/uu/pinky/locales/en-US.ftl
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
Loading
Loading