]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
completions: Fix _nvme indentation errors
authorTokunori Ikegami <ikegami.t@gmail.com>
Wed, 26 Jun 2024 15:31:50 +0000 (00:31 +0900)
committerDaniel Wagner <wagi@monom.org>
Thu, 27 Jun 2024 11:04:49 +0000 (13:04 +0200)
Fix white spaces indentation to use tabs.

Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
completions/_nvme

index 77800f6139f6327e72700ce2ed7323644d0b4290..9a18ad095696f2e729761ee59b81bbbd9896e53d 100644 (file)
@@ -411,24 +411,24 @@ _nvme () {
                                local _parse_telemetry_log
                                _parse_telemetry_log=(
                                --host-generate':Controls when to generate new
-                                 host initiated report. Default
-                                 value '1' generates new host
-                                 initiated report, value '0'
-                                 causes retrieval of existing
-                                 log.'
+                                host initiated report. Default
+                                value '1' generates new host
+                                initiated report, value '0'
+                                causes retrieval of existing
+                                log.'
                                -g':alias for --host-generate'
                                --controller-init':Gather report generated by the controller.'
                                -c':alias for --controller-init'
                                --data-area':Pick which telemetry data area to
-                             report. Default is 3 to fetch
-                             areas 1-3. Valid options are 1,
-                             2, 3, 4.'
+                               report. Default is 3 to fetch
+                               areas 1-3. Valid options are 1,
+                               2, 3, 4.'
                                -d':alias for --data-area'
                                --config-file':JSON configuration file'
                                -j':alias for --config-file'
                                --source-file':data source <device> is binary
-                                 file containing log dump instead
-                                 of block or character device'
+                                file containing log dump instead
+                                of block or character device'
                                -s':alias for --source-file'
                                )
                                _arguments '*:: :->subcmds'
@@ -2417,21 +2417,21 @@ _nvme () {
                (help)
                        local _h
                        _h=( id-ctrl id-ns list-ns id-iocs create-ns delete-ns attach-ns detach-ns
-                            list-ctrl get-ns-id get-log fw-log smart-log error-log get-feature
-                            set-feature format fw-activate fw-download admin-passthru io-passthru
-                            security-send security-recv resv-acquire resv-register resv-release
-                            resv-report flush compare read write copy show-regs persistent-event-log
-                            pred-lat-event-agg-log nvm-id-ctrl endurance-event-agg-log lba-status-log
-                            resv-notif-log capacity-mgmt id-domain boot-part-log fid-support-effects-log
-                            supported-log-pages lockdown media-unit-stat-log id-ns-lba-format nvm-id-ns
-                            nvm-id-ns-lba-format supported-cap-config-log show-topology
-                            list list-subsys id-ns-granularity primary-ctrl-caps list-secondary ns-descs
-                            id-nvmset id-uuid list-endgrp telemetry-log changed-ns-list-log ana-log
-                            effects-log endurance-log device-self-test self-test-log set-property
-                            get-property write-zeroes write-uncor verify sanitize sanitize-log reset
-                            subsystem-reset ns-rescan get-lba-status dsm discover connect-all connect
-                            dim disconnect disconnect-all gen-hostnqn show-hostnqn dir-receive dir-send
-                            virt-mgmt rpmb version ocp solidigm
+                       list-ctrl get-ns-id get-log fw-log smart-log error-log get-feature
+                       set-feature format fw-activate fw-download admin-passthru io-passthru
+                       security-send security-recv resv-acquire resv-register resv-release
+                       resv-report flush compare read write copy show-regs persistent-event-log
+                       pred-lat-event-agg-log nvm-id-ctrl endurance-event-agg-log lba-status-log
+                       resv-notif-log capacity-mgmt id-domain boot-part-log fid-support-effects-log
+                       supported-log-pages lockdown media-unit-stat-log id-ns-lba-format nvm-id-ns
+                       nvm-id-ns-lba-format supported-cap-config-log show-topology
+                       list list-subsys id-ns-granularity primary-ctrl-caps list-secondary ns-descs
+                       id-nvmset id-uuid list-endgrp telemetry-log changed-ns-list-log ana-log
+                       effects-log endurance-log device-self-test self-test-log set-property
+                       get-property write-zeroes write-uncor verify sanitize sanitize-log reset
+                       subsystem-reset ns-rescan get-lba-status dsm discover connect-all connect
+                       dim disconnect disconnect-all gen-hostnqn show-hostnqn dir-receive dir-send
+                       virt-mgmt rpmb version ocp solidigm
                        )
                        _arguments '*:: :->subcmds'
                        _describe -t commands "help: infos on a specific nvme command, or provide no option to see a synopsis of all nvme commands" _h