Skip to content

Commit

Permalink
[eos-bash-shared] device-info: minor text improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Jan 2, 2025
1 parent 7bc657e commit c76e9d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions device-info
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Usage() {
test -n "$1" && echo "Error: $1." >&2

cat <<EOF >&2
Usage: $progname option
where
Usage: $progname option(s)
Options:
--wireless
--wifi shows info about the wireless LAN device
--ethernet shows info about the ethernet controller
Expand All @@ -28,7 +28,7 @@ where
--graphics same as both --vga and --display
--cpu shows the name of the CPU type
--vm if running in VM, echoes the name of the VM (virtualbox, qemu, vmware)
--virtualbox echoes "yes" is running in VirtualBox VM, otherwise "no"
--virtualbox displays "yes" if running in VirtualBox VM, otherwise "no"
EOF
}

Expand Down

0 comments on commit c76e9d9

Please sign in to comment.