git: Shorten various long descriptions (#7752)

* Shorten various long descriptions

* Address review comments
This commit is contained in:
Brett Jia
2021-02-28 06:12:57 -05:00
committed by GitHub
parent 9909623262
commit 384975c892
6 changed files with 27 additions and 27 deletions

View File

@@ -4,7 +4,7 @@ complete -c lsof -s A -r -d 'Use alternative name list file'
complete -c lsof -s b -d 'Avoid kernel functions that might block: lstat, readlink, stat'
complete -c lsof -s c -d 'Select the listing for processes, whose command begins with string (^ - negate)' -xa '(__fish_complete_proc)'
complete -c lsof -s C -d 'Do not report any pathname component from kernel\'s namecache'
complete -c lsof -s d -r -d 'specifies a list of file descriptors (FDs) to exclude from or include in the output listing'
complete -c lsof -s d -r -d 'specifies a list of file descriptors to exclude or include in the output listing'
complete -c lsof -s D -d 'use of device cache file' -xa '\?\t"report device cache file paths"
b\t"build the device cache file"
i\t"ignore the device cache file"