Merge pull request #599 from dylanaraps/disk_show2

Disk: Add option to specify which disks to show
This commit is contained in:
Dylan Araps 2017-01-08 19:13:42 +11:00 committed by GitHub
commit 45b852c6ff
3 changed files with 113 additions and 16 deletions

View file

@ -90,6 +90,19 @@ Enable/Disable showing $SHELL path
\fB\-\-shell_version\fR on/off
Enable/Disable showing $SHELL version
.TP
\fB\-\-disk_show\fR value
Which disks to display.
Takes: '/', '/dev/sdXX', '/path/to/mount point'
.IP
NOTE: Multiple values can be given. (\fB\-\-disk_show\fR '/' '/dev/sdc1')
.TP
\fB\-\-disk_subtitle\fR name/mount
What information to append to the Disk subtitle.
.IP
\&'name' shows the disk's name (sda1, sda2, etc)
.IP
\&'mount' shows the disk's mount point (/, \fI\,/mnt/Local\/\fP Disk, etc)
.TP
\fB\-\-ip_host\fR url
URL to query for public IP
.TP