mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
docs: update description of 'n'
Change sample image file
This commit is contained in:
@@ -23,8 +23,8 @@ set edit:completion:arg-completer[dust] = {|@words|
|
||||
cand -T 'Number of threads to use'
|
||||
cand --threads 'Number of threads to use'
|
||||
cand --config 'Specify a config file to use'
|
||||
cand -n 'Number of lines of output to show. (Default is terminal_height - 10)'
|
||||
cand --number-of-lines 'Number of lines of output to show. (Default is terminal_height - 10)'
|
||||
cand -n 'Display the ''n'' largest entries. (Default is terminal_height)'
|
||||
cand --number-of-lines 'Display the ''n'' largest entries. (Default is terminal_height)'
|
||||
cand -X 'Exclude any file or directory with this path'
|
||||
cand --ignore-directory 'Exclude any file or directory with this path'
|
||||
cand -I 'Exclude any file or directory with a regex matching that listed in this file, the file entries will be added to the ignore regexs provided by --invert_filter'
|
||||
|
||||
Reference in New Issue
Block a user