diff options
author | daviddavid <geiger.david68210@gmail.com> | 2018-02-25 07:33:04 +0100 |
---|---|---|
committer | daviddavid <geiger.david68210@gmail.com> | 2018-02-25 07:33:04 +0100 |
commit | 1062dd423b9f4c65ea340aa2f3c36caf152c6d5d (patch) | |
tree | 61eb17015fae92d58364de4f86c9690a9fa333f4 | |
parent | 03032c0dc2ed0da3a08d3e4e1ee7edb6aef50a89 (diff) | |
download | isodumper-1062dd423b9f4c65ea340aa2f3c36caf152c6d5d.tar isodumper-1062dd423b9f4c65ea340aa2f3c36caf152c6d5d.tar.gz isodumper-1062dd423b9f4c65ea340aa2f3c36caf152c6d5d.tar.bz2 isodumper-1062dd423b9f4c65ea340aa2f3c36caf152c6d5d.tar.xz isodumper-1062dd423b9f4c65ea340aa2f3c36caf152c6d5d.zip |
Update README
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -2,9 +2,11 @@ isodumper ========= A tool for USB sticks and removable memory devices like SD-cards. -- dump ISO file on the device; -- format the device in one partition of ext4, NTFS or FAT32 type; -- backup the device as a whole. + +Features: +* dump ISO file on the device; +* format the device in one partition of ext4, NTFS or FAT32 type; +* backup the device as a whole. Requirements |