diff options
| author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2023-01-04 22:50:35 +0200 |
|---|---|---|
| committer | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2023-01-04 22:50:35 +0200 |
| commit | 1d492c7151106a298f5c188369e04c3dce2b1366 (patch) | |
| tree | aa4c5c405cf68a4ac14135960aa17ca9b0278a0d /src/_inxi | |
| parent | Merge pull request #975 from zsh-users/fix-typo-in-node (diff) | |
| download | zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar.gz zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar.bz2 zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar.lz zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar.xz zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.tar.zst zsh-completions-1d492c7151106a298f5c188369e04c3dce2b1366.zip | |
Fix typos
Diffstat (limited to 'src/_inxi')
| -rw-r--r-- | src/_inxi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ _inxi() { '(-a --admin)'{-a,--admin}"[Admin extra data options]:admin option:->admin" \ "--alt[Bypass a downloader option]:downloader:_inxi_alt" \ '--bt-tool[Force use of given tool for bluetooth report]' \ - '(--no-dig --dig)--dig[Overrides configration item NO_DIG]' \ + '(--no-dig --dig)--dig[Overrides configuration item NO_DIG]' \ "--display[Get display data out of X]:\:<integer>: " \ "--dmidecode[Force use of dmidecode]" \ "--downloader[Force inxi to use a specific downloader]:downloader:(curl fetch perl wget)" \ |
