tazusb rev 10

Updated Documentation to match code update
author Andrew Miller <spode@thinkbikes.com>
date Wed Mar 12 22:14:18 2008 +0000 (2008-03-12)
parents a43da2aa89b2
children bc7ca2e2616e
files doc/tazusb.en.html
line diff
     1.1 --- a/doc/tazusb.en.html	Wed Mar 12 21:26:43 2008 +0000
     1.2 +++ b/doc/tazusb.en.html	Wed Mar 12 22:14:18 2008 +0000
     1.3 @@ -73,14 +73,14 @@
     1.4  
     1.5  <h3><font color="#6c0023">format</font></h3>
     1.6  <p>
     1.7 -The command 'format' is used for formatting a device for use as a LiveUSB device. Currently, it only supports formatting as EXT3. It will partition the entire device as one single partition.
     1.8 +The command 'format' is used for formatting a device for use as a LiveUSB device. Currently, it only supports formatting as EXT3.
     1.9  </p>
    1.10  <pre>
    1.11   # tazusb format /dev/name
    1.12  </pre>
    1.13  Example:
    1.14  <pre>
    1.15 - # tazusb format /dev/sda
    1.16 + # tazusb format /dev/sda1
    1.17  </pre>
    1.18  
    1.19  <h3><font color="#6c0023">gen-liveusb</font></h3>
    1.20 @@ -92,7 +92,7 @@
    1.21  </pre>
    1.22  Example:
    1.23  <pre>
    1.24 - # tazusb gen-liveusb /dev/sda
    1.25 + # tazusb gen-liveusb /dev/sda1
    1.26  </pre>
    1.27  <!-- End content -->
    1.28  </div>