From d90b1ead2e2de78959a2a6a5cfdeac88ead53298 Mon Sep 17 00:00:00 2001 From: jetsonhacks Date: Tue, 16 Apr 2019 19:54:15 -0700 Subject: [PATCH] Clean up readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a2fed8..e6617b3 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,13 @@ Automount a device given the label > autoMount.sh - Automount a device, useful for external media like USB drives > usage: autoMount.sh [ [-l label] | [-h]] -> -l | --label Label to lookup +> -l | --label [labelname] Label to lookup > -h | --help This message > +> Example usage: +> $ ./shellScript.sh -l RaceUSB +> where RaceUSB is the label of the device mounted at /media/jetsonhacks/RaceUSB +> > Tool to help automount the device given from the label > The script looks up the device, mounting point and UUID for the given label > Optionally add it to /etc/fstab