diff options
author | dd <dd@FreeBSD.org> | 2001-05-02 06:41:46 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-05-02 06:41:46 +0000 |
commit | a5f704a92988c2ab2101e922eab093b801619a07 (patch) | |
tree | 154c6be375dc1edffdd4a72dbbc2efa08bbbbca6 /usr.bin/xargs | |
parent | 0bf2efaf3555b82bac26a6b307043ffc92525d44 (diff) | |
download | FreeBSD-src-a5f704a92988c2ab2101e922eab093b801619a07.zip FreeBSD-src-a5f704a92988c2ab2101e922eab093b801619a07.tar.gz |
Alphabetize command-line options in the synopsis.
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r-- | usr.bin/xargs/xargs.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index 9ff75bc..3de8475 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -45,12 +45,12 @@ .Sh SYNOPSIS .Nm .Op Fl 0 -.Op Fl t .Oo .Fl n Ar number .Op Fl x .Oc .Op Fl s Ar size +.Op Fl t .Op Ar utility Op Ar argument ... .Sh DESCRIPTION The |