Explorar o código

Base: Add missing options to sort man page

Tim Ledbetter %!s(int64=2) %!d(string=hai) anos
pai
achega
82219d0879
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      Base/usr/share/man/man1/sort.md

+ 8 - 0
Base/usr/share/man/man1/sort.md

@@ -12,6 +12,14 @@ $ sort [INPUT]
 
 
 Sort each lines of INPUT (or standard input). A quick sort algorithm is used.
 Sort each lines of INPUT (or standard input). A quick sort algorithm is used.
 
 
+## Options
+
+* `-k keydef`, `--key-field keydef`: The field to sort by
+* `-u`, `--unique`: Don't emit duplicate lines
+* `-n`, `--numeric`: Treat the key field as a number
+* `-t char`, `--sep char`: The separator to split fields by
+* `-r`, `--reverse`: Sort in reverse order
+
 ## Examples
 ## Examples
 
 
 ```sh
 ```sh